Cédric Villemain

Results 43 comments of Cédric Villemain

Up this one! And adding to it the infamous `barman cron` each minute which run for "nothing" except popping errors.... What about switching from the cronjob to a systemd unit...

I came up with a tmpfiles entry like this one to handle the rundir with ansible: ``` # /etc/tmpfiles.d/barman.conf #Type Path Mode User Group Age Argument d {{ barman_lock_directory }}...

https://www.zabbix.com/documentation/current/manual/api/changes_5.2_-_5.4 is of interest.

> > https://www.zabbix.com/documentation/current/manual/api/changes_5.2_-_5.4 is of interest. > > @klando not exactly sure what line to look at there. It doesn't seem that any of them confirms that proxy was migrated...

I've look at the code a little bit, I believe the way we evaluate risk and injection is wrong and the solution is do it more carrefuly with psycopg and...

All green on my side (except a transient error on coverage)

> @klando thanks for working on this! > > Could you please take a look at the errors. Its due to the behavior of pull request, I've based on examples...

trigger new GHA CI by close/open

> Two general points: > > 1. The matrix (https://github.com/ansible-collections/community.postgresql/actions/runs/1494096774) is somewhat confusing. What exactly are the `plugins`, `changes` and `license` jobs doing, and what are they needed for? Also...