From e5b6ab1b11de4ad1bb997bb4b89a12bae38e15b5 Mon Sep 17 00:00:00 2001 From: Bruno Abrantes Date: Mon, 21 Jul 2025 14:34:23 +0200 Subject: [PATCH] fix: do not migrate library panels to unified storage (#108380) Signed-off-by: Bruno Abrantes --- .../grafana-cli/commands/datamigrations/to_unified_storage.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/cmd/grafana-cli/commands/datamigrations/to_unified_storage.go b/pkg/cmd/grafana-cli/commands/datamigrations/to_unified_storage.go index b2fac806a45..8e46423be87 100644 --- a/pkg/cmd/grafana-cli/commands/datamigrations/to_unified_storage.go +++ b/pkg/cmd/grafana-cli/commands/datamigrations/to_unified_storage.go @@ -51,7 +51,6 @@ func ToUnifiedStorage(c utils.CommandLine, cfg *setting.Cfg, sqlStore db.DB) err Resources: []schema.GroupResource{ {Group: folders.GROUP, Resource: folders.RESOURCE}, {Group: dashboard.GROUP, Resource: dashboard.DASHBOARD_RESOURCE}, - {Group: dashboard.GROUP, Resource: dashboard.LIBRARY_PANEL_RESOURCE}, }, LargeObjects: nil, // TODO... from config Progress: func(count int, msg string) {