Change password of running postgres DB
If I change variable of a password of a running postgres template, will it change the password in database by itself?
Solution:Jump to solution
no it will not, you need to run a query on the database to change its password, and then you can update the variable
4 Replies