Francois Parquet

Results 8 issues of Francois Parquet

This PR adds a feature to add a delay before triggering a failover. It introduces a new `failoverDelay` parameter to the Cluster spec. The approach is to check for the...

Following this discussion https://github.com/cloudnative-pg/cloudnative-pg/discussions/466 I worked on adding a feature to delay the triggering of a failover when the primary is considered unhealthy.

enhancement :magic_wand:

The controller manager from the controller runtime will stop if any runnable it manages writes an error to its `errChan` and also doesn't handle any panic that might come from...

enhancement :magic_wand:

When we do base backups barman writes its data into `/controller/backup` but this directory is on an EmptyDir volume and in our case the .part buffer file created by barman...

- Resets the decoder after it's done decoding to enable reuse of the same decoder

Hi, I will give the context of this PR: We have been working on a configuration plugin to handle our monorepo and the solution we came up with does the...

This PR adds the `pod_antiaffinity_preferred_during_scheduling: true` configuration to switch pod antiaffinity type to `preferredDuringSchedulingIgnoredDuringExecution`. We need that because we run Postgres on bare metal where we have Postgres clusters with...

### Database name All of them # Issue description The metrics feature implemented [here](https://github.com/wal-g/wal-g/pull/1240) does not work properly on upload failures because the `pushMetrics` happens in the cobra post run...