Migration from SQLite to PostgreSQL

As far as I understood, you want to move your data from sqlite to postgres.... assuming you already created the db in postgres, maybe you can do a dump from sqlite and then use that dump in postgres