From a4b04d118651ff7cba25fc08035e86a3f29ce15e Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Sat, 19 Dec 2020 20:16:49 +0100 Subject: [PATCH] Set Django dbbackup path to /opt/yunohost/$app/backups/ --- conf/ynh_pyinventory_settings.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/ynh_pyinventory_settings.py b/conf/ynh_pyinventory_settings.py index 1eb9104..73cd39e 100644 --- a/conf/ynh_pyinventory_settings.py +++ b/conf/ynh_pyinventory_settings.py @@ -150,6 +150,11 @@ MEDIA_ROOT = str(FINAL_WWW_PATH / 'media') CKEDITOR_BASEPATH = STATIC_URL + 'ckeditor/ckeditor/' +# _____________________________________________________________________________ +# Django-dbbackup + +DBBACKUP_STORAGE_OPTIONS['location']=str(FINAL_HOME_PATH / 'backups') + # ----------------------------------------------------------------------------- LOGGING = {