Pbm backup fails

Hello, it says
Error: another operation in progress, Snapshot backup/64c0be95b372d6e722741c90
The backup is on a NFS mount
Version: 2.2.0, linux/amd64
how can I unlock/troubleshoot such cases?
Thanks

hi

pbm cancel-backup

Thank you!
already tried

Also removed older backup with
pbm cleanup -y --older-than
in the NFS share there was an (empty) folder , removed also this

But still i get
Error: another operation in progress, Snapshot backup/64c0be95b372d6e722741c90

The error tells that a backup is in progress.
You can find it by db.getSiblingDB("admin").pbmLock.find({ opid: "64c0be95b372d6e722741c90" }).

If you cancel the backup, but the lock is not deleted, delete it.

1 Like

Thank you so much!
This has permitted me to clean up definitely.
Maybe a reboot/restart during the backup has left this ‘lock’ , I’ll keep an eye on this.
Have a nice weekend!

If it works, please mark it as resolved.

have a nice weekend!