Gabriele Bartolini
Gabriele Bartolini
I think this is more a bug. We should have a consistent behaviour between the two methods. My suggestion is to set the default behaviour of `sslmode` in libpq (which...
I am removing the commit from the trunk and pushforcing main to remove the above commit from the history given that it was the last commit. We have decided that...
Hi @francoispqt, thanks for your reply. I know that @sxd and @mnencia were working on a prototype implementation - I am pretty sure that @sxd wrote some code while on...
Thanks @sxd! @francoispqt please reach out in the slack channel if you need help.
The idea is to add an optional section called `walStorage`, like in the following example: ```yaml apiVersion: postgresql.cnpg.io/v1 kind: Cluster metadata: name: cluster-with-wal-volume spec: instances: 3 storage: size: 10Gi #...
I would like to raise the priority of this ticket with the goal to reduce the number of runners we use for every commit. We should rationalise them by reducing...
Thanks @rust84 for providing us with all of this.
I have made some minor changes in the preferred location. I suggest that the "pg_wal" volume is a sibling of the PGDATA one. What is missing now is the invocation...
Writing a draft here: https://docs.google.com/document/d/1f9z4kLUH-vMBBePdrGTZAJRCTxv0LVL161u6B_XJ77w/edit
> Why does the passive barman not sync the WAL streaming data? Is this by design or a bug? If by design this should be clearly documented. Would it work...