How import backup to railway
redstar071
PROOP

4 days ago

is there a way to import a backup of Postgres to another postgres but in railway?

$10 Bounty

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


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.


redstar071
PROOP

4 days ago

I solved the problem, I had to use PgAdmin to import to the database


Welcome!

Sign in to your Railway account to join the conversation.

Loading...