Add backup to the list of storage preloads (#133855)

This commit is contained in:
J. Nick Koston 2024-12-22 18:17:13 -10:00 committed by GitHub
parent 29fa40a5cf
commit de1b6a0dfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -252,6 +252,7 @@ PRELOAD_STORAGE = [
"assist_pipeline.pipelines",
"core.analytics",
"auth_module.totp",
"backup",
]