🌱 Diagnostics for wrong password on rds - DRAFT - DO NOT MERGE - but its helpful #1328
+802
−144
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There is a problem in this codebase that's related to stale password that happens when using external rds server. I add extensive logging in run.sh - and elsewhere to pinpoint problem.
It seems like there's somewhere it's hardcoded to use host "db"
What is the current behavior?
when the server attempts to hit the "db" server - it complains the password is wrong / invalid - but this is eroneous. It can't find the server.
What is the new behavior?
Additional logging / sanity checks on password that confirm it's correct.
feel free to cherry pick anything that's useful. I already understand RDS is not supported.
It would be helpful for people using this realtime container to have clarity on what's going wrong and where :file, :line]
Logger.configure(level: :debug) <- this is too noisy....
also - i don't know what's elixirs problem here - the code below should accommodate - but it doesn't actually fix it.
#1327