Skip to content
Snippets Groups Projects
Verified Commit 7180cadd authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix backup storage path.

parent c1c54eaa
No related branches found
No related tags found
No related merge requests found
...@@ -299,7 +299,7 @@ IMPERSONATE = { ...@@ -299,7 +299,7 @@ IMPERSONATE = {
DJANGO_TABLES2_TEMPLATE = "django_tables2/bootstrap4.html" DJANGO_TABLES2_TEMPLATE = "django_tables2/bootstrap4.html"
DBBACKUP_STORAGE = _settings.get('backup.storage', 'dbbackup.storage.filesystem_storage') DBBACKUP_STORAGE = _settings.get('backup.storage', 'django.core.files.storage.FileSystemStorage')
DBBACKUP_STORAGE_OPTIONS = { DBBACKUP_STORAGE_OPTIONS = {
'location': _settings.get('backup.location', '/var/backups/biscuit') 'location': _settings.get('backup.location', '/var/backups/biscuit')
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment