Skip to content

Commit 778b9b7

Browse files
committed
test
1 parent ce40e8e commit 778b9b7

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
@@ -310,6 +310,7 @@ function initiate_upgrade {
310310
handle_extensions
311311

312312
echo "8. TODO"
313+
echo "local all all trust" >> /etc/postgresql/pg_hba.conf
313314
run_sql -c "alter role postgres superuser;"
314315
run_sql -c "create role supabase_tmp login superuser;"
315316
psql -h localhost -U supabase_tmp -d postgres "$@" <<-EOSQL

0 commit comments

Comments
 (0)