Skip to content

Commit 40d7752

Browse files
pcncdarora
authored andcommitted
fix(pg_upgrade): bump bootstrap user switch timeout to 10m
1 parent ddc9946 commit 40d7752

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/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ alter database postgres connection limit 0;
9292
select pg_terminate_backend(pid) from pg_stat_activity where backend_type = 'client backend' and pid != pg_backend_pid();
9393
EOSQL
9494
run_sql <<'EOSQL'
95-
set statement_timeout = '300s';
95+
set statement_timeout = '600s';
9696
begin;
9797
create role supabase_tmp superuser;
9898
set session authorization supabase_tmp;

0 commit comments

Comments
 (0)