Copy RDS snapshot to railway Postgres
I have an RDS database which have nightly snapshots. We have copied these snapshots to s3. What is the best way to get my rds database copied over to railway?
6 Replies
Project ID:
N/A
is this going to be an RDS database for postgres?
yes
I don't know what a snapshot refers to in aws land, but if it's just a managed postgres database, could you not use pg_dump and pg_restore?
That could be an option. I just thought maybe railway has some easy mechanism for syncing RDS dbs
nope, databases on railway are unmanaged after all