Skip to content

Commit

Permalink
fix(pg_upgrade): bump bootstrap user switch timeout to 10m
Browse files Browse the repository at this point in the history
  • Loading branch information
pcnc authored and darora committed Sep 15, 2024
1 parent ddc9946 commit 40d7752
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ alter database postgres connection limit 0;
select pg_terminate_backend(pid) from pg_stat_activity where backend_type = 'client backend' and pid != pg_backend_pid();
EOSQL
run_sql <<'EOSQL'
set statement_timeout = '300s';
set statement_timeout = '600s';
begin;
create role supabase_tmp superuser;
set session authorization supabase_tmp;
Expand Down

0 comments on commit 40d7752

Please sign in to comment.