From 618cfa3c838712a85394a434bf7acac8f93f34ca Mon Sep 17 00:00:00 2001 From: Mikhail Grigorev Date: Tue, 29 Oct 2024 18:56:58 +0500 Subject: [PATCH] Replacing variable with skip_conn_error_mode --- deploy/demo-lab/.env | 2 +- deploy/demo-lab/pgscv/pgscv.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/demo-lab/.env b/deploy/demo-lab/.env index 18a53d1..53de3d9 100644 --- a/deploy/demo-lab/.env +++ b/deploy/demo-lab/.env @@ -10,7 +10,7 @@ LOG_LEVEL=debug #PGSCV_COLLECT_TOP_QUERY=15 #PGSCV_COLLECT_TOP_TABLE=15 #PGSCV_COLLECT_TOP_INDEX=15 -#PGSCV_TEST_DB_CONNECTION_ON_STARTUP=f +#PGSCV_SKIP_CONN_ERROR_MODE=t #POSTGRES_DSN_db1=postgresql://pgscv:pgscv@host1:5432/pgbench1 #POSTGRES_DSN_db2=postgresql://pgscv:pgscv@host1:5432/pgbench2 #PGSCV_DATABASES="^pgbench.*$" diff --git a/deploy/demo-lab/pgscv/pgscv.yaml b/deploy/demo-lab/pgscv/pgscv.yaml index 6413f52..9626b05 100644 --- a/deploy/demo-lab/pgscv/pgscv.yaml +++ b/deploy/demo-lab/pgscv/pgscv.yaml @@ -8,7 +8,7 @@ no_track_mode: false #collect_top_query: 10 #collect_top_table: 10 #collect_top_index: 10 -#test_db_connection_on_startup: false +#skip_conn_error_mode: true services: "postgres12": service_type: "postgres"