#How to import a Postgresql database from DigitalOcean to Railway

8 messages · Page 1 of 1 (latest)

barren bobcat
#

We have a PostgreSQL database running on DigitalOcean. How can we migrate it to Railway?

golden finchBOT
#

Project ID: N/A

barren bobcat
#

N/A

vagrant falcon
#

pg_dump and pg_restore

barren bobcat
#

Thanks. I was thinking if there was an interface to do it. I can do it from terminal using pg_dump and pg_restore on terminal.

vagrant falcon
#

theres dbgate too

#

nothing railway native though

barren bobcat
#

Ok, thanks so much!