🌱 Diagnostics for wrong password on rds - DRAFT - DO NOT MERGE - but its helpful#1328
Closed
johndpope wants to merge 3 commits intosupabase:mainfrom
Closed
🌱 Diagnostics for wrong password on rds - DRAFT - DO NOT MERGE - but its helpful#1328johndpope wants to merge 3 commits intosupabase:mainfrom
johndpope wants to merge 3 commits intosupabase:mainfrom
Conversation
|
@johndpope is attempting to deploy a commit to the Supabase Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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