Update miscellaneous/bash/database_lag.sh

This commit is contained in:
doctator 2025-04-30 14:36:23 +00:00
parent 17e895b04a
commit 167e99bac4

View File

@ -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 ===