Validate:
Validate if this is any issue with incorrect password encryption algorithm.
Confirm Postgres version on SDDC Manager is at 15.6
Log into postgres DB and check the password encryption method set
If the Postgres version is 15.6 and output shows that it is set to md5 as below, then we need to change it to scram-sha-256.
Fix:
Postgres initializes the password encryption method from the postgresql.auto.conf and postgresql.conf file at service restart. Check the postgresql.auto.conf file under folder /data/pgdata to see if password_encyption is set to md5.
If yes then delete the line "password_encryption = 'md5'" and restart the postgresql service.
MM DD HH:MM:SS ###.###.### bash[60397]: ERROR: password encryption failed: unsupported