We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc9946 commit 40d7752Copy full SHA for 40d7752
ansible/files/admin_api_scripts/pg_upgrade_scripts/common.sh
@@ -92,7 +92,7 @@ alter database postgres connection limit 0;
92
select pg_terminate_backend(pid) from pg_stat_activity where backend_type = 'client backend' and pid != pg_backend_pid();
93
EOSQL
94
run_sql <<'EOSQL'
95
-set statement_timeout = '300s';
+set statement_timeout = '600s';
96
begin;
97
create role supabase_tmp superuser;
98
set session authorization supabase_tmp;
0 commit comments