Fix maintainerr persistence: symlink /opt/data → /config instead of wrong path change

The upstream app hardcodes /opt/data for database and logs. The Docker
VOLUME at /opt/data is not persistent across HA addon updates. Symlink
/opt/data → /config (persistent via addon_config:rw) so hardcoded paths
write to persistent storage. Reverts incorrect /addon_configs path.

Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/35758465-e22e-40d7-81c8-02d05c375a27

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-31 08:51:24 +00:00
parent 51bb0fdceb
commit e907952d81
2 changed files with 18 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
## 3.2.0-2 (2026-03-31)
- Fix configuration lost after container restart by using persistent addon_config directory
- Fix configuration lost after container restart by symlinking /opt/data to persistent /config directory
## 3.2.0 (2026-03-28)
- Update to latest version from maintainerr/maintainerr (changelog : https://github.com/maintainerr/maintainerr/releases)