Make sure we load the backup integration before frontend (#137010)

This commit is contained in:
Erik Montnemery 2025-01-31 16:50:30 +01:00 committed by GitHub
parent 6f1539f60d
commit 64814e086f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -161,6 +161,10 @@ FRONTEND_INTEGRATIONS = {
# integrations can be removed and database migration status is
# visible in frontend
"frontend",
# Backup is an after dependency of frontend, after dependencies
# are not promoted from stage 2 to earlier stages, so we need to
# add it here.
"backup",
}
RECORDER_INTEGRATIONS = {
# Setup after frontend