diff --git a/supervisor/snapshots/__init__.py b/supervisor/snapshots/__init__.py index 42b14cf56..64c5c8c45 100644 --- a/supervisor/snapshots/__init__.py +++ b/supervisor/snapshots/__init__.py @@ -310,6 +310,9 @@ class SnapshotManager(CoreSysAttributes): ) if addons: + _LOGGER.info("Restore %s run Repositories", snapshot.slug) + await snapshot.restore_repositories() + _LOGGER.info("Restore %s old add-ons", snapshot.slug) await snapshot.restore_addons(addons)