diff --git a/supervisor/misc/tasks.py b/supervisor/misc/tasks.py index 989902f0d..1a2eae233 100644 --- a/supervisor/misc/tasks.py +++ b/supervisor/misc/tasks.py @@ -146,7 +146,7 @@ class Tasks(CoreSysAttributes): # avoid issue on slow IO _LOGGER.info("Add-on auto update process %s", addon.slug) try: - await addon.update() + await addon.update(backup=True) except AddonsError: _LOGGER.error("Can't auto update Add-on %s", addon.slug)