Skip to content

2021-September-13 - Prerelease - 2.6.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 04:47
· 1479 commits to master since this release
a11fe86
Fix deployment handling of postgres user password (#9613)

* Fix deployment handling of postgres user password

(1) Change auth type of postgres user from 'peer' to 'md5'.
Peer uses the system account's password for authentication. Because
the postgres system user has no password, seemingly this is why
auth failed for the postgres user.

(2) Deploy pg_hba.conf file, this contains the setting of
how we authenticate the postgres user.

(3) Supply postgres user password for additional DB deployment commands

* Add README.md note explaining .orig files