didiermichel
didiermichel
Now that barman can leverage compress base backups with pg_basebackup, it is time to add lz4 and zstd support. Those compression algorithm will be available for PG >= 15 Details...
There are several compression classes that do more or less the same thing in different context. * There is the original hierarchy `compression.Compressor` * The one used for backup compression...
This will help improve barman release process by automating several tasks
When doing PITR recovery, Barman recovery with `barman recover --target-time 'YYY-mm-dd HH:MM:SS'` options could lead to PostgresSQL restoration failure if the requested date is not in the available restoration time...
It would be nice to have date format with timezone in all barman outputs. We started with `barman diagnose` json output . isoformat with timezone replaces ctime output. https://github.com/EnterpriseDB/barman/pull/528
## Description Add autocompletion to trivy command by adding a new command `completion`. ### Before: ```bash Available Commands: config Scan config files for misconfigurations filesystem Scan local filesystem help Help...
This PR intend is to improve code readability. I introduce Point type that handle x and y value for an element (snake body, apple) I hope it does bring more...
Playing with the badge, I though this could be nice as the number of menu items is growing. Going down when the last item is selected, selection goes to the...