fix: make graceful handle default for the malformed dashboard jsons during unified migration (#114295)

* fix: graceful handling by default

* fix: make fallback the default behavior
This commit is contained in:
Mustafa Sencer Özcan
2025-11-24 14:12:52 +01:00
committed by GitHub
parent 67ad43a784
commit 2f6836e78a
4 changed files with 18 additions and 48 deletions
@@ -83,7 +83,6 @@ func ToUnifiedStorage(c utils.CommandLine, cfg *setting.Cfg, sqlStore db.DB) err
legacysql.NewDatabaseProvider(sqlStore),
provisioning,
acimpl.ProvideAccessControl(featuremgmt.WithFeatures()),
featureToggles,
)
if c.Bool("non-interactive") {