Julien Acroute

Results 63 comments of Julien Acroute

Fix by https://github.com/prometheus-community/postgres_exporter/pull/587

``` postgres=> SHOW sync_commit_cancel_wait; sync_commit_cancel_wait ------------------------- Disabled (1 row) postgres=> SET sync_commit_cancel_wait TO 'Disabled'; ERROR: invalid value for parameter "sync_commit_cancel_wait": "Disabled" postgres=> SET sync_commit_cancel_wait TO '666'; SET postgres=> SHOW sync_commit_cancel_wait;...

@Ormod Can you take a look at this merge request ? As discussed in #366, I want to keep track of remote files uploaded. So I added some attributes to...

It happens when: * the replication slot is not used * server with high traffic, many wal segments generated * server is configured to keep just a few wal segments...

I'm having the same issue to setup a restoration in docker. I would like to have a container for postgres and another for pghoard. It works with a named volume...

@melor Can you take a look at this PR ? It allow running pghoard on a S3 like service with only list_object() V1 implemented.

@lionbee This does not happen on aws, it's only for S3 like services like Open Telekom Cloud. From my point of view it can be interesting to merge this. Unfortunately...

Hello, I have the same issue with CSO 3.3. I'm using a private Quay registry. The credentials to access this registry are sotored at cluster level: The default registries of...

Another approach would be to set a secret with a token to access the registry. Can we use a secret with a mapping of registry url and token define the...

@manucontrovento If I create pull requests for each features can you take some times to test those PR ?