Skip to content

Commit be5df87

Browse files
mayrink85Flavio Mayrink
and
Flavio Mayrink
authored
Replacing ports 8080 with 8008 when doing the curl -k to verify the patroni endpoint (#339)
Co-authored-by: Flavio Mayrink <flavio@fmayrink.info>
1 parent 9078119 commit be5df87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -979,9 +979,9 @@ However we don't always know who the leader is so we can't use an IP
979979
We can test the patroni endpoint to see who is leader
980980

981981
```bash
982-
curl -k https://192.168.60.103:8080/primary
983-
curl -k https://192.168.60.104:8080/primary
984-
curl -k https://192.168.60.105:8080/primary
982+
curl -k https://192.168.60.103:8008/primary
983+
curl -k https://192.168.60.104:8008/primary
984+
curl -k https://192.168.60.105:8008/primary
985985
```
986986

987987
### Editing your pg_hba after bootstrapping

0 commit comments

Comments
 (0)