mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-23 01:01:50 +02:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user