You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server was running fine for 2 months before it suddenly stopped working. Whenever I try to run the container, after initializing I get the following error.
These errors come a while after the postgres db is accepting connections, so its not that either. It keeps retrying and failing continuously.
I have tried a lot of things, most of them point to the fact that its the tmate-master container which is unable to make the connection, the db is hosted fine.
The following is my docker-compose.yml Most of it is irrelevant I think, except for tmate-master and PG_URI
If anyone has any ideas as to why the server is failing the connection, please help.
I have tried a lot of changes
I have tried different versions of postgres for tmate-db. Everything from 11-alpine3.15 to 15. None of them work, all result in the same timeout
revert docker to an older snap. Same error still
Run the server from an old instance backup, still same error
Host a new postgres db on AWS RDS and connect to that instead. I still get the timeout, the server was looking in the right place since I got nxdomain after deleting that server
Connect to tmate-db through psql on host machine. Connection was made properly without issues
Ping tmate-db from tmate-master. Ping returned without issues
change networks on the docker compose. No changes still timed out
I am currently all out of ideas except for forking the original repo and trying to make a build myself. Which would be pretty challenging since I have no experience with Elixer. The project was working fine and suddenly stopped working, so I am very unsure on how to proceed.
Any ideas about even what to look into will be appreciated.
The text was updated successfully, but these errors were encountered:
The server was running fine for 2 months before it suddenly stopped working. Whenever I try to run the container, after initializing I get the following error.
These errors come a while after the postgres db is accepting connections, so its not that either. It keeps retrying and failing continuously.
I have tried a lot of things, most of them point to the fact that its the tmate-master container which is unable to make the connection, the db is hosted fine.
The following is my
docker-compose.yml
Most of it is irrelevant I think, except for tmate-master and PG_URIIf anyone has any ideas as to why the server is failing the connection, please help.
I have tried a lot of changes
I am currently all out of ideas except for forking the original repo and trying to make a build myself. Which would be pretty challenging since I have no experience with Elixer. The project was working fine and suddenly stopped working, so I am very unsure on how to proceed.
Any ideas about even what to look into will be appreciated.
The text was updated successfully, but these errors were encountered: