anubhav_
Migrate Postgres from Heroku to Railway
I'm trying to migrate my postgres database from Heroku to Railway.
I already have a
dump
file from Heroku.
I'm following this guide to restore the database: https://blog.railway.app/p/postgre-backup#restoring-your-database-backup
However, when I run the command:
I get the following error:
Pls note:
- I've tried running this command on both Windows and Ubuntu, still I get the same error
- The dump file was created before Heroku removed the free tier. So now, I can't create a new dump file since heroku has deleted my data15 replies