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