Skip to content

Commit be3aab1

Browse files
committed
test
1 parent 4ac4d72 commit be3aab1

File tree

1 file changed

+1
-0
lines changed
  • ansible/files/admin_api_scripts/pg_upgrade_scripts

1 file changed

+1
-0
lines changed

ansible/files/admin_api_scripts/pg_upgrade_scripts/initiate.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ EOSQL
378378
# pg_hba.conf.j2.
379379
echo "local all all trust
380380
$(cat /etc/postgresql/pg_hba.conf)" > /etc/postgresql/pg_hba.conf
381+
run_sql -c "select pg_reload_conf();"
381382

382383
UPGRADE_COMMAND=$(cat <<EOF
383384
time ${PGBINNEW}/pg_upgrade \

0 commit comments

Comments
 (0)