Skip to content

Oikos

v1.46.1 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 10h Productivity & Wikis
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ 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 summary

Fixed 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 set BACKUP_DIR fell back to the app's bare-metal default ./backups, which resolves to /app/backups inside 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 defaults BACKUP_DIR to /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 /backups but never passed BACKUP_DIR along, 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

Track Oikos

Get notified when new releases ship.

Sign up free

About Oikos

Family planner for small households

All releases →

Related context

Related tools

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]