You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-07-28 10:42:06 +03:00
Remove 9.6 (EOL)
See https://www.postgresql.org/about/news/postgresql-141-135-129-1114-1019-and-9624-released-2349/ > Additionally, this is the final release of PostgreSQL 9.6. If you are running PostgreSQL 9.6 in a production environment, we suggest that you make plans to upgrade.
This commit is contained in:
@ -240,10 +240,6 @@ pg_setup_hba_conf() {
|
||||
local auth
|
||||
# check the default/configured encryption and use that as the auth method
|
||||
auth="$(postgres -C password_encryption "$@")"
|
||||
# postgres 9 only reports "on" and not "md5"
|
||||
if [ "$auth" = 'on' ]; then
|
||||
auth='md5'
|
||||
fi
|
||||
: "${POSTGRES_HOST_AUTH_METHOD:=$auth}"
|
||||
{
|
||||
echo
|
||||
|
Reference in New Issue
Block a user