Michail Brynard
Michail Brynard
We've been running patroni in production on kubernetes for one month now. Everything has been running smoothly, except there have been two instances where postgres on the master has "received...
When running the container locally with the default settings, everything seems ok. However when I update the environmental variables, `PGHOME=/var/lib/postgresql`, `PGROOT=/var/lib/postgresql/data` and `PGDATA=/var/lib/postgresql/data/pgdata`, Patroni fails with the following error: ```...
Is there a better way to achieve this rather than passing around and mounting json files? It feels like there should be a way to link a gcloud service account...