PBM deletes all backups instead of "older-than-x-days"

Hello there,
I am trying to set up a backup retention schedule, and I encountered a strange issue.

For example, when I execute the command:
pbm cleanup --older-than 4d,
PBM correctly displays the list of backups that should be deleted. However, it actually forgets about all backups — pbm list shows no backups at all.
Setting date instead of days count gives the same result.
Additionally, the backup files are not actually deleted during this process.

PBM Version 2.7.0.
S3 storage - minio

Hi, please provide some more info about initial status and expected results. If you think there is a bug please open a report at Jira - Percona JIRA

Hello.
I expect that only those backups that older than 4 days will be deleted. Just as described in docs.
But all backups are gone after pbm cleanup. They are still exist in minio storage but pbm doesn’t display them.