postgres icon indicating copy to clipboard operation
postgres copied to clipboard

Set random password if POSTGRES_PASSWORD was not provided

Open EugenKon opened this issue 1 year ago • 0 comments

Actually this is not required to provide this password. In pg_hba.conf file by default we trust connections via socket, thus user in any time can login and ALTER ROLE postgres. So this is secure and less error prone solution.

EugenKon avatar Feb 20 '24 21:02 EugenKon