David Sisson
David Sisson
here is an example of the problem kubectl logs $(kubectl get pods -l='postgres-operator.crunchydata.com/role=master' --no-headers -o name)  You can see we can prefix "postgres" log entries but postgres is logging...
The logging is working fine for PostgreSQL Disabling the logging_collector wouldn't help here. They are supposed to both be logging in to the same place per Kubernetes design. We just...
For this: "I believe the reason PostgreSQL logs are mixing with Patroni logs is because it is disabled. If you're able, can you check that for me, please?" They are...
We have clusters we are trying to migrate from CrunchyData to CNPG with 1.5TB of data. We really need a way to reuse an existing set of PVs rather than...