From df7a1fae656b90a737e1a8ab6064b890fb77c854 Mon Sep 17 00:00:00 2001 From: abhishek9686 Date: Wed, 27 Nov 2024 15:30:20 +0400 Subject: [PATCH] sync hosts into cache --- migrate/migrate.go | 1 + 1 file changed, 1 insertion(+) diff --git a/migrate/migrate.go b/migrate/migrate.go index e86f41999..b4a866ab7 100644 --- a/migrate/migrate.go +++ b/migrate/migrate.go @@ -21,6 +21,7 @@ import ( // Run - runs all migrations func Run() { _, _ = logic.GetAllNodes() + _, _ = logic.GetAllHosts() updateEnrollmentKeys() assignSuperAdmin() createDefaultTagsAndPolicies()