App could not connect to database after upgrade to 7.0.2+v1.149.1 #59
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Initially after upgrade, from 6.8.3+v1.139.2, database was running but app container could not connect to it.
I had to run:
And then restart the database container. And then things were working.
This took a while to debug, and I do not have the spoons right now to figure out exactly why this was needed after the upgrade, but sharing this here in case someone else runs into this issue.
Something perhaps about database listening on a socker vs on tcp... I am not totally sure, but it is working now