Moving a Postgres DB from AWS to Railway

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?

Solved

3 Replies


Status changed to Solved Railway over 1 year ago


Yeah, it's just trying to figure out how to actually move the data?


2 years ago

Backup your RDS database with pg_dump, and then restore that backup to a Railway hosted database with pg_restore.


Loading...