Postgres database back: is it actually possible?
Hi. I followed this tutorial to backup my Postgres database: https://blog.railway.app/p/postgre-backup#getting-started
But I always get this error (and yes, I double-checked all variables): "Operation timed out
Is the server running on that host and accepting TCP/IP connections?"
I see no mention about that in the tutorial, and I also can't find any option about that in my database settings.
Is this maybe only possible on Team Plan (I'm on Developer Plan)?
Railway Blog
How to Backup and Restore Your Postgres Database
In this post, we will go over the process of backing up and restoring your Postgres database hosted on Railway.
4 Replies
Project ID:
c246c13a-79bc-4762-ae68-cb6f28ea0122
You might find these helpful:
- Error when trying to connect to PostgreSQL database,
⚠️ experimental feature
Project ID: c246c13a-79bc-4762-ae68-cb6f28ea0122
no, there is nothing preventing this from working on any plans. it should work
are you sure u have the correct connection url/configuration options? i would recommend looking into using a connection url as opposed to adding all the things in manually