Skip to content

Commit 4b21113

Browse files
pcncsoedirgo
authored andcommitted
chore: revert PG16 gating
1 parent 19e5cad commit 4b21113

File tree

1 file changed

+1
-1
lines changed
  • ansible/files/admin_api_scripts/pg_upgrade_scripts

1 file changed

+1
-1
lines changed

ansible/files/admin_api_scripts/pg_upgrade_scripts/initiate.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ function initiate_upgrade {
373373
echo "8.1. Granting SUPERUSER to postgres user"
374374
run_sql -c "ALTER USER postgres WITH SUPERUSER;"
375375

376-
if [ "$OLD_BOOTSTRAP_USER" = "postgres" ] && [ "$PGVERSION" != "15" ]; then
376+
if [ "$OLD_BOOTSTRAP_USER" = "postgres" ]; then
377377
echo "8.2. Swap postgres & supabase_admin roles as we're upgrading a project with postgres as bootstrap user"
378378
swap_postgres_and_supabase_admin
379379
fi

0 commit comments

Comments
 (0)