Moving a Postgres DB from AWS to Railway
2 years ago
Are there any docs that I might have missed? Was thinking to SCP a dump into Railway, but I'm not sure that's doable?
3 Replies
2 years ago
Have you tried pg_dump and pg_restore?
Status changed to Solved Railway • over 1 year ago
2 years ago
Backup your RDS database with pg_dump, and then restore that backup to a Railway hosted database with pg_restore.
