Garage 0.9.4 → 1.x upgrade: reclaim 3 corrupted orphan buckets #19
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Garage v0.9.4 on CT 104 has 3 orphan buckets that cannot be deleted due to a metadata corruption bug:
lobe-files(0 B, 0 objects) — LobeChat sunset 2026-05-26lobe-pg-backup(150.8 MiB, 511 objects) — LobeChat WAL-G backupsmemos(3.5 MiB, 4 objects) — Memos sunset 2026-07-10All three return the same error on
docker exec garage /garage bucket delete --yes <name>:What has been tried
garage repair --yes tables— no effectgarage key delete— keys deleted successfully, so no access possiblebucket unaliasfails because there are no other aliases to keep)Impact
Fix
Garage 1.x has a full rewrite of the metadata subsystem which likely resolves this. Upgrade path:
/opt/stacks/shared-db/garage/(96 GiB) to UNAS/opt/stacks/shared-db/docker-compose.ymlMedium risk — Garage 1.x has been stable for a while but the on-disk migration is one-way.
Priority
Low — no active failure, just cosmetic. Bundle with next planned maintenance window.