Change password of running postgres DB
kanezal
PROOP

a year ago

If I change variable of a password of a running postgres template, will it change the password in database by itself?

3 Replies

kanezal
PROOP

a year ago

N/A


a year ago

no it will not, you need to run a query on the database to change its password, and then you can update the variable


kanezal
PROOP

a year ago

thanks


Loading...