Skip to content

Commit

Permalink
fixing VIP IP address from 192.168.60.100 to the correct 192.168.60.1…
Browse files Browse the repository at this point in the history
…10 (#340)

Co-authored-by: Flavio Mayrink <[email protected]>
Co-authored-by: Techno Tim <[email protected]>
  • Loading branch information
3 people authored Feb 19, 2025
1 parent be5df87 commit e7f3766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-12-07-postgresql-high-availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -1245,7 +1245,7 @@ Connected with a client

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

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

Expand Down

0 comments on commit e7f3766

Please sign in to comment.