How to migrate from SQLite3 to PostgreSQL

Ruby and Rails Blog  > how-to >  How to migrate from SQLite3 to PostgreSQL
0 Comments

I have a Rails application, created initially using SQLite3. Now I have a need to move it to PostgreSQL with all the data. I tried to do it as suggested in “How to migrate from SQLite to PostgreSQL (

Source: How to migrate from SQLite3 to PostgreSQL