Copy RDS snapshot to railway Postgres
purduemike
PROOP

2 years ago

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?

5 Replies

2 years ago

is this going to be an RDS database for postgres?


purduemike
PROOP

2 years ago

yes


2 years ago

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 pgdump and pgrestore?


purduemike
PROOP

2 years ago

That could be an option. I just thought maybe railway has some easy mechanism for syncing RDS dbs


2 years ago

nope, databases on railway are unmanaged after all


Loading...