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 376a934 commit 6b08a6cCopy full SHA for 6b08a6c
ansible/files/admin_api_scripts/pg_upgrade_scripts/initiate.sh
@@ -366,7 +366,7 @@ function initiate_upgrade {
366
echo "8.1. Granting SUPERUSER to postgres user"
367
run_sql -c "ALTER USER postgres WITH SUPERUSER;"
368
369
- if [ "$OLD_BOOTSTRAP_USER" = "postgres" ] && [ "$PGVERSION" != "15" ]; then
+ if [ "$OLD_BOOTSTRAP_USER" = "postgres" ]; then
370
echo "8.2. Swap postgres & supabase_admin roles as we're upgrading a project with postgres as bootstrap user"
371
swap_postgres_and_supabase_admin
372
fi
0 commit comments