Fixed
-
Data import + backup restore no longer refused in the HA add-on / Docker image.
refuse_in_container()was over-broad: it gated four routes (update/apply,update/rollback,backup/<id>/restore,data/import), but only the first two need it (those mutate the code tree viagit pull). Restore and import only write to the persistentdata/volume, which survives container upgrades; the post-restoreos.execvcleanly replaces the container's PID 1 (entrypoint alreadyexecs through gosu).Previously, hitting Import in HA Settings → System → Backups returned a misleading "use docker compose pull" flash instead of importing. Both routes now work in HA, Docker, and bare installs alike; self-update remains refused under Docker.