How to migrate from SQLite to PostgreSQL (Rails) How to migrate from SQLite to PostgreSQL (Rails) sqlite sqlite

How to migrate from SQLite to PostgreSQL (Rails)


Sequel will help you

gem install sequelsequel -C sqlite://db/development.sqlite3 postgres://username:password@localhost/dbname