Database connection issue
I'm not sure what happened, but my dev environment went down and when I added a payment and brought it back up I'm not able to connect to my database despite having the right connection info.
13 Replies
Project ID:
4ef09eec-3927-4086-a8a8-d85b7d9c2c69
4ef09eec-3927-4086-a8a8-d85b7d9c2c69
I got the followng errorr "django.db.utils.OperationalError: connection to server at "containers-us-west-xxx.railway.app" (35.233.237.161), port xxxx failed: Connection refused"
can you connect to the database with something like pgadmin?
nope :/
it also looks like my dev database was wiped :/
what makes you think that
because from the site there's not tables lol
after all, you did just say you can't connect to it
never ever trust that from the railway web ui
if the database is down, obviously there'd be no tables
I made a new database and have no issue connecting to it
Solution
have you tried restarting the database
I'm not able to connect to it from the command line
and I don't see how to do that from the UI
in the plugin's settings
on it
that fixed it thank you!
no problem 🙂