I had to reinstall the Progress database; where can I find the Hestisa password for Progress?
I had to reinstall the Progress database; where can I find the Hestisa password for Progress?
Here /usr/local/hestia/conf/pgsql.conf
Thanks
Can I change the password?
Yes, you can, but you must do it manually.
sudo -u postgres psql -c "ALTER USER postgres WITH PASSWORD 'HereTheNewPassword';"
systemctl restart postgresql
Remember that you must replace the old password with the new password in /usr/local/hestia/conf/pgsql.conf
thanks