I cannot locate how to find the db password for maxing a proxy connection via psql
. Where would I find this value?
You can fly ssh console -a APP_NAME
and run env
command to see that the password should be around there. You could use $OPERATOR_PASSWORD for example.
2 Likes
@lubien we don’t have that variable. I see a DATABASE_URL
and it appears to be a password mixed into that. Is that OK to use?
1 Like
Yea that should be okay, $OPERATOR_PASSWORD lives on the DB app, I should have worded that on my original message but as long as you can connect to it should be fine!
great, thank you
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.