Skip to content

Commit e6de880

Browse files
soedirgopcnc
andauthored
fix: statement_timeout=0 during bootstrap user switch migration (#1196)
Co-authored-by: Paul Cioanca <[email protected]>
1 parent 884e1c4 commit e6de880

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

ansible/files/admin_api_scripts/pg_upgrade_scripts/common.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ CI_start_postgres() {
8888

8989
swap_postgres_and_supabase_admin() {
9090
run_sql <<'EOSQL'
91+
set statement_timeout = 0;
9192
begin;
9293
create role supabase_tmp superuser;
9394
set session authorization supabase_tmp;

0 commit comments

Comments
 (0)