This release fixes issues for SREs watching stability and regressions.
Published 10h
Productivity & Wikis
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
docker
family
family-planner
home-automation
planner-app
privacy-first
+4 more
progressive-web-app
pwa
self-hosted
selfhosted-apps
Affected surfaces
breaking_upgrade
Summary
AI summaryFixed backup failures caused by missing or incorrect BACKUP_DIR configuration.
Full changelog
Fixed
- Backups no longer fail with
EACCES: permission denied, mkdir './backups'. Container deployments that mounted a backup folder but did not also setBACKUP_DIRfell back to the app's bare-metal default./backups, which resolves to/app/backupsinside the container. That path sits outside the mounted volume and the unprivileged user the app runs as cannot create it, so scheduled and manual backups both failed while the correctly mounted host folder stayed untouched. The image now defaultsBACKUP_DIRto/backups, so every container writes to the mounted volume even when the deployment does not set the variable itself (#579). - Unraid installs write their backups to the folder configured in the template. The template mapped a host folder to
/backupsbut never passedBACKUP_DIRalong, so the app wrote somewhere else entirely. The variable is now part of the template (#579). - Portainer stacks keep their backups across updates. The standalone Portainer compose file carried no backup volume at all, so backup files only ever lived inside the container layer and were lost with the next image pull (#579).
- A failing backup now names the directory it could not write to. The previous message only showed the relative path, which sent people looking at their host folder instead of at the setting; it now reports the resolved absolute path, the error code, and which variable to change (#579).
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Earlier breaking changes
- v0.71.3 Changes WebDAV backup default path from "/oikos/backups/" to "/yuvomi/backups/".
- v0.66.0 Repository URL changed to `https://github.com/ulsklyc/yuvomi`.
- v0.66.0 Docker image moved to `ghcr.io/ulsklyc/yuvomi`.
- v0.66.0 Project renamed from Oikos to Yuvomi.
- v0.62.0 Changes event dialog to unified sync target picker across Google and CalDAV calendars.
Beta — feedback welcome: [email protected]