From c4ada296d75680ff206f8e00f5ccedf07ebc8d73 Mon Sep 17 00:00:00 2001 From: james-otten Date: Sun, 29 Sep 2024 05:24:07 -0400 Subject: [PATCH] only backup 'default' (#621) --- src/meshdb/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meshdb/settings.py b/src/meshdb/settings.py index b69462bd..fa7051a4 100644 --- a/src/meshdb/settings.py +++ b/src/meshdb/settings.py @@ -227,6 +227,7 @@ "IF_EXISTS": True } } +DBBACKUP_DATABASES = ["default"] # Password validation # https://docs.djangoproject.com/en/4.2/ref/settings/#auth-password-validators