Skip to content

Commit e7f3766

Browse files
mayrink85Flavio Mayrinktimothystewart6
authored
fixing VIP IP address from 192.168.60.100 to the correct 192.168.60.110 (#340)
Co-authored-by: Flavio Mayrink <[email protected]> Co-authored-by: Techno Tim <[email protected]>
1 parent be5df87 commit e7f3766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2024-12-07-postgresql-high-availability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@ sudo journalctl -u keepalived -f
12341234
we should not be able to ping the VIP
12351235

12361236
```bash
1237-
ping 192.168.60.100
1237+
ping 192.168.60.110
12381238
```
12391239

12401240
## PGAdmin
@@ -1245,7 +1245,7 @@ Connected with a client
12451245

12461246
<https://www.pgadmin.org/>
12471247

1248-
Connect to your VIP `192.168.60.100` and use the `postgres` user and password.
1248+
Connect to your VIP `192.168.60.110` and use the `postgres` user and password.
12491249

12501250
### Adding Data
12511251

0 commit comments

Comments
 (0)