Gabriele Bartolini

Results 83 comments of Gabriele Bartolini

From what I can see, it looks like an issue with the underlying file system (data corruption of that file). You need to recreate the PVC of that instance.

This might be related to #3698. Give us some time to investigate.

Please try again with the latest patch version for the minor version you are using.

IMHO, this patch should have first fixed the issue for 17 then added pg_stat_checkpointer.

This problem should have been fixed by several commits that landed in 1.20.4 and 1.21.1. Please update and try again.

This approach relies on the pod names, which basically means treating the pods like pets. We should focus more on labels or annotations on the Kubernetes nodes, something like `cnpg.io/nodePriority`....

Hi @vincepower, just to understand you are questioning this section from this [page of the documentation](https://cloudnative-pg.io/documentation/current/replication/#synchronous-replication): > To provide self-healing capabilities, the operator can ignore minSyncReplicas if such value is...

Let's assume we are adding `.spec.enforceMinSyncReplicas` to the API, and for back compatibility we default it to `false`. If users want to prioritize consistency over availability, they only have to...