mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-24 19:25:13 -05:00
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com> Co-authored-by: Michael Genson <genson.michael@gmail.com>
This commit is contained in:
@@ -249,6 +249,8 @@ def test_database_restore_data():
|
||||
|
||||
settings = get_app_settings()
|
||||
backup_v2 = BackupV2(settings.DB_URL)
|
||||
|
||||
backup_v2.directories.BACKUP_DIR.mkdir(parents=True, exist_ok=True)
|
||||
original_data_backup = backup_v2.backup()
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user