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