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 ce40e8e commit 778b9b7Copy full SHA for 778b9b7
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