Fixed
- Scheduled backups no longer fail with "cannot VACUUM - SQL statements in progress." Backups used
VACUUM INTO, which aborts whenever the database has active statements — under normal load (conversions + scans + a large queue) that is almost always, so every scheduled backup failed. Switched to SQLite's online backup API, which is built to copy a live, concurrently-written database.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.57 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.57-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.57-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.57-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.