We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5df87 commit e7f3766Copy full SHA for e7f3766
_posts/2024-12-07-postgresql-high-availability.md
@@ -1234,7 +1234,7 @@ sudo journalctl -u keepalived -f
1234
we should not be able to ping the VIP
1235
1236
```bash
1237
-ping 192.168.60.100
+ping 192.168.60.110
1238
```
1239
1240
## PGAdmin
@@ -1245,7 +1245,7 @@ Connected with a client
1245
1246
<https://www.pgadmin.org/>
1247
1248
-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.
1249
1250
### Adding Data
1251
0 commit comments