Add full backup method (#686)

This commit is contained in:
Sascha Ißbrücker
2024-04-07 17:49:30 +02:00
committed by GitHub
parent 5d8fdebb7c
commit d5a83722de
3 changed files with 118 additions and 10 deletions

View File

@@ -24,3 +24,8 @@ class Command(BaseCommand):
source_db.close()
self.stdout.write(self.style.SUCCESS(f"Backup created at {destination}"))
self.stdout.write(
self.style.WARNING(
"This backup method is deprecated and may be removed in the future. Please use the full_backup command instead, which creates backup zip file with all contents of the data folder."
)
)