Jan Mussler

Results 83 comments of Jan Mussler

We use it locally with minikube and kind, and this is pretty ephemeral. Maybe we need to look into how storage class config can be supported? Otherwise for the cloud...

It is good to have the problem and the use cases outlined and then we or someone who wants to work on this can implement this. Right now we don't...

If I understand this right we would if enabled for a particular cluster have the `pgdata` volume not via volume claim template, but explicitly set to emptyDir volume. ``` volumes:...

**Risk** How should we deal with migrations? How to deal with ephemeral to non ephemeral migration?

`PATRONI_LOG_LEVEL` check the docs, we allow I think to inject custom environment variables into the statefulset. @CyberDem0n may know the answer to part two.

Quick look it seems your replica pods are not healthy. Can you provide some postgres logs? ideally of the startup sequence?

Can you look into your Postgres log files what is happening in the postgres logs in terms of startup or connection errors.

Can this advance, e.g. with a feature toggle to support it? I would say potential conflicts can also be ruled user error and not skipper error. What would be needed...

We did this on purpose because some issues arose somewhere with "-" in the database name and not having quotes. But valid point, maybe we don't need to enforce this...