3 months ago
Hi, i have a manual backup in a psql service that i'm trying to restore.
The backup is 1.6 GB.
How much time can it take to restore?
It's been like 50 minutes, and the volume is still in "Restoring backup..." state.
1 Replies
Status changed to Awaiting Railway Response Railway • 3 months ago
3 months ago
I can't see your project but, I wouldn’t worry too much yet. Railway backups are restored at the volume level, so it’s not the same as restoring a normal pg_dump where data is just streamed back into Postgres. It’s pretty much recreating the entire volume and then starting the database from that snapshot. I’d probably give it up to 90 minutes before being concerned. If it goes past 2 hours, then it might be worth cancelling the restore (if you can) and trying again.