From 167e99bac4cff9f41d4f625bd900f24454f6b7c5 Mon Sep 17 00:00:00 2001 From: doctator Date: Wed, 30 Apr 2025 14:36:23 +0000 Subject: [PATCH] Update miscellaneous/bash/database_lag.sh --- miscellaneous/bash/database_lag.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miscellaneous/bash/database_lag.sh b/miscellaneous/bash/database_lag.sh index 32c601a..d0295c2 100755 --- a/miscellaneous/bash/database_lag.sh +++ b/miscellaneous/bash/database_lag.sh @@ -1,8 +1,8 @@ #!/bin/bash # === CONFIG === -REPLICA_SERVER="cluster.db1.genesishostingtechnologies.com" # <-- fill this in -SSH_USER="doc" # <-- fill this in +REPLICA_SERVER="" # <-- fill this in +SSH_USER="" # <-- fill this in PG_USER="postgres" # usually postgres # === Connect and check SSH first ===