Closed edwinakatosh closed 3 months ago
When running stolonctl status, i'm seeing the following output:
UID HEALTHY PG LISTENADDRESS PG HEALTHY PG WANTEDGENERATION PG CURRENTGENERATION keeper0 true 10.1.0.36:5432 true 4 4 keeper1 true 10.1.0.47:5432 true 2 2
instead of
UID HEALTHY PG LISTENADDRESS PG HEALTHY PG WANTEDGENERATION PG CURRENTGENERATION keeper0 true 10.1.0.36:5432 true 2 2 keeper1 true 10.1.0.47:5432 true 2 2
Example: https://play.golang.org/p/K9kBnGbYBEE
@sgotti Please review and advise.
I think i had tested that, but i'll confirm and update. Thanks @sgotti
When running stolonctl status, i'm seeing the following output:
instead of
Example: https://play.golang.org/p/K9kBnGbYBEE