Database postgres bugged
Hi, i change the password from my database postgres, and now he dont connect more, using pgadmin he connect, but using dbeaver and system or psql from terminal, dont access. Help.
Solution:Jump to solution
you would need to run this on the database to change the password
after the password has been changed you can then update the databases'
POSTGRES_PASSWORD
variable for ease of use....6 Replies
Project ID:
N/A
the password environment variable is single set, changing it wouldn't change the password, please use the original password to log in then change the password with a query
what? if i need change the password, whats i make?
Solution
you would need to run this on the database to change the password
after the password has been changed you can then update the databases'
POSTGRES_PASSWORD
variable for ease of use.ok
thanks
you can view the old password in the activity tab