#How to import a Postgresql database from DigitalOcean to Railway
8 messages · Page 1 of 1 (latest)
8 messages · Page 1 of 1 (latest)
We have a PostgreSQL database running on DigitalOcean. How can we migrate it to Railway?
Project ID: N/A
N/A
pg_dump and pg_restore
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.
Ok, thanks so much!