I opened a ticket but haven’t received a reply yet. After investigating further, I think I found the issue. We used to delete the old snapshots to reset the backup server for testing new versions, but we didn’t delete the 'current' symbolic link, so it was still pointing to a non-existent snapshot. As soon as the 'current' symlink was deleted, the backup system got back on track.
Sorry for the false alarm.
That said, the issue with stuck wip backups is still not fixed.
=========================================
Summary of Backups for Enhance version 12.0.19:
-----------------------------------------
Successful (hard links): 20 sites
Full copies (no hard links): 0 sites
Skipped (empty, no files, or single snapshot): 4 sites
=========================================
root@dev3:~# find /backups -type d -name "wip*"
/backups/f000be85-98a4-44ea-b8e8-013b6612ab8f/wip-snapshot-1740420578586
/backups/73fe844e-5e36-410d-8721-0b5ecb4236f7/wip-snapshot-1740420270706
/backups/73fe844e-5e36-410d-8721-0b5ecb4236f7/wip-snapshot-1740420843030
/backups/c7e4e4ac-aa4f-4285-9644-56ce687313bb/wip-snapshot-1740420864225
/backups/c7e4e4ac-aa4f-4285-9644-56ce687313bb/wip-snapshot-1740420472607
root@dev3:~#
Hopefully, this one gets resolved soon so we can finally join the v12 club.