I've got an everyday Cron Job, that checks if my apps are up to date, if not, it upgrade it and make a backup copy. When the set number of copies is exceeded, the oldest should be deleted. But for some time, created copies are no longer deleted.
When I try to delete it manually:
I've got:
Any suggestion, what happened?
The situation has been going on since May 15th, maybe it happened after upgrading to version 22.02.1, but only today I noticed the problem.
When I try to delete it manually:
Code:
cli -c 'app kubernetes delete_backup backup_name='"Lolo_2022_05_15_04_00_01"
I've got:
Code:
Error: dataset is busy
Any suggestion, what happened?
The situation has been going on since May 15th, maybe it happened after upgrading to version 22.02.1, but only today I noticed the problem.