Postgres Admin user after upgrade from 0.43 to 0.50
Since I upgraded, the password for the postgres admin in my env would not allow me to connect to the database with pgadmin, it now seems invalide and is being rejected. I can get into the container ( I am self host) and log in psql no problem, as it does not ask for the password. If I change the password for the one in my env file, the server and worker can't acces the DB anymore.... What did change in this version that might have modified the password for the postgres admin user? I'd like to be able to get back into the db with my pgadmin tool.
1 Reply
Hi, as far as I know, no changes were made related to postgres admin user as all data for user are defined in .env, @Thomas could you confirm?