We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b4149 commit 2b7fc5dCopy full SHA for 2b7fc5d
ansible/files/admin_api_scripts/pg_upgrade_scripts/initiate.sh
@@ -310,6 +310,7 @@ function initiate_upgrade {
310
handle_extensions
311
312
echo "8. TODO"
313
+ echo "local all all trust" >> /etc/postgresql/pg_hba.conf
314
run_sql -c "alter role postgres superuser;"
315
run_sql -c "create role supabase_tmp login superuser;"
316
psql -h localhost -U supabase_tmp -d postgres "$@" <<-EOSQL
0 commit comments