Skip to content

Commit 6b08a6c

Browse files
committed
chore: revert PG16 gating
1 parent 376a934 commit 6b08a6c

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ function initiate_upgrade {
366366
echo "8.1. Granting SUPERUSER to postgres user"
367367
run_sql -c "ALTER USER postgres WITH SUPERUSER;"
368368

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

0 commit comments

Comments
 (0)