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 778b9b7 commit 67781c2Copy full SHA for 67781c2
ansible/files/admin_api_scripts/pg_upgrade_scripts/initiate.sh
@@ -310,7 +310,8 @@ function initiate_upgrade {
310
handle_extensions
311
312
echo "8. TODO"
313
- echo "local all all trust" >> /etc/postgresql/pg_hba.conf
+ echo "local all all trust
314
+$(cat /etc/postgresql/pg_hba.conf)" > /etc/postgresql/pg_hba.conf
315
run_sql -c "alter role postgres superuser;"
316
run_sql -c "create role supabase_tmp login superuser;"
317
psql -h localhost -U supabase_tmp -d postgres "$@" <<-EOSQL
0 commit comments