redstar071
PROOP
4 days ago
is there a way to import a backup of Postgres to another postgres but in railway?
2 Replies
Railway
BOT
4 days ago
This thread has been opened as a bounty so the community can help solve it.
Status changed to Open Railway • 4 days ago
4 days ago
You can run a pg_dump in the console tab by clicking on your service, then download the dump file from the filebrowser below, upload the dump into the other service, and run pg_restore in the other postgres.