I want to connect to the postgres database using DBeaver, but I can’t find the connection data in the administration panel.
the credentials are shown during the creation process and then you are warned to save them:
Save your credentials in a secure place - you won't be able to see them again!
but you should be able to recover the password by ssh’ing into the db machine fly ssh console -a name_db_app
and once there echo $OPERATOR_PASSWORD
By default you cannot acces postgres from the public internet, only from your Fly private network, there are several ways to connect Connecting to Fly Postgres · Fly Docs
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.