Skip to content

Instantly share code, notes, and snippets.

@secretpray
Last active March 3, 2022 08:53
Show Gist options
  • Save secretpray/5347dc9821d939e6f552b8fd5f9c6cce to your computer and use it in GitHub Desktop.
Save secretpray/5347dc9821d939e6f552b8fd5f9c6cce to your computer and use it in GitHub Desktop.
Convert sqlite3 to PostgreSQL (and other DB) in Rails

Rails 6+

bin/rails db:system:change --to=postgresql

See list of other database type below:

rails db:system:change --to=mysql, 
rails db:system:change --to=sqlite3, 
rails db:system:change --to=oracle, 
rails db:system:change --to=frontbase, 
rails db:system:change --to=sqlserver, 
rails db:system:change --to=jdbc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment