summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/config.sh.dist10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/config.sh.dist b/conf/config.sh.dist
index 96bde98363..fcf8965ffa 100644
--- a/conf/config.sh.dist
+++ b/conf/config.sh.dist
@@ -74,11 +74,11 @@ DATABASES=(
OUTPUT_FOLDER="$AC_PATH_ROOT/env/dist/sql/"
#
-# Enable following flag
-# if you want backup your db
-# before import sql with db_assembler
-#
-BACKUP_ENABLE=true
+# Set to true if you want to backup your db
+# before importing the SQL with the db_assembler
+# Do not forget to stop the database before doing so
+
+BACKUP_ENABLE=false
BACKUP_FOLDER="$AC_PATH_ROOT/env/dist/sql/backup/"