2 months ago
My app has been working, but today I am getting the error below:
Everythhing looks like it is "Online" and setup properly.
Can you tell if I have confirgured something wrong?
bin/rails aborted!
ActiveRecord::ConnectionNotEstablished: connection to server at "fd12:70db:7dfd:0:a000:80:67a:d67a", port 5432 failed: Connection timed out (ActiveRecord::ConnectionNotEstablished)
Is the server running on that host and accepting TCP/IP connections?
Caused by:
PG::ConnectionBad: connection to server at "fd12:70db:7dfd:0:a000:80:67a:d67a", port 5432 failed: Connection timed out (PG::ConnectionBad)
Is the server running on that host and accepting TCP/IP connections?
1 Replies
2 months ago
Your Postgres service experienced an unclean shutdown and restarted with automatic recovery around 11:57 UTC today, and the logs confirm it is now back up and accepting connections. The connection timeout your Rails app encountered was during that brief restart window - redeploying your "quest" and "solid-queue" services should re-establish the database connections.
Status changed to Awaiting User Response Railway • 2 months ago
Status changed to Solved bthews • 2 months ago