[pbs-devel] [PATCH proxmox-backup 1/9] cli: manager: move update-to-prune-jobs command to new migrate-config sub-command
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Jul 16 01:10:41 CEST 2025
Am 16.07.25 um 01:09 schrieb Thomas Lamprecht:
> Am 23.06.25 um 16:13 schrieb Lukas Wagner:
>> The new subcommand is introduced so that we have a common name space for
>> any config migration tasks which are triggered by d/postinst (or potentially
>> by hand).
>>
>> No functional changes.
>>
>> Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
>> ---
>>
>> Notes:
>> I guess at this point we could also drop this code entirely?
I read this only now, sorry, but the answer is indeed yes.
>> @@ -35,7 +35,7 @@ case "$1" in
>>
>> if dpkg --compare-versions "$2" 'lt' '2.2.2~'; then
>
> FWIW, this can actually be dropped for PBS 4, as we do not support upgrading from 2,
> so this cannot be ever evaluate to true anymore there.
More information about the pbs-devel
mailing list