Cannot connect to database using supervisor port (5432) after change password
Hello, I built my own solution based on Supabase and it great success (~50 customer for now) and one day ...
I was streaming and I exposed
somehow after setting the new password to
connecting to supervisor using PSQL DSN is important for me so I can push local changes to my production database
regards,
I was streaming and I exposed
--db-url=PSQL_DSN by mistake and to fix that issue I changed password for many postgresql users (following this comment https://github.com/supabase/supabase/issues/22605#issuecomment-2455781878)somehow after setting the new password to
.env of supabase and restart the app back to normal but now I cannot anymore connect to database (postgresql://<user>.<tenant>:<password>@<ip>:5432/postgres) with new or old password to supervisor default portconnecting to supervisor using PSQL DSN is important for me so I can push local changes to my production database
regards,


