From ca6d9857f1e58c0f7e9343d01045b16c1247abb0 Mon Sep 17 00:00:00 2001 From: Flavio Mayrink Date: Sun, 2 Feb 2025 18:41:55 +0000 Subject: [PATCH] fixing VIP IP address from 192.168.60.100 to the correct 192.168.60.110 --- _posts/2024-12-07-postgresql-high-availability.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2024-12-07-postgresql-high-availability.md b/_posts/2024-12-07-postgresql-high-availability.md index ea6d197295..5251f19991 100644 --- a/_posts/2024-12-07-postgresql-high-availability.md +++ b/_posts/2024-12-07-postgresql-high-availability.md @@ -1234,7 +1234,7 @@ sudo journalctl -u keepalived -f we should not be able to ping the VIP ```bash -ping 192.168.60.100 +ping 192.168.60.110 ``` ## PGAdmin @@ -1245,7 +1245,7 @@ Connected with a client -Connect to your VIP `192.168.60.100` and use the `postgres` user and password. +Connect to your VIP `192.168.60.110` and use the `postgres` user and password. ### Adding Data