From d9de91bb42172918f80ab85d5eee04d35641c143 Mon Sep 17 00:00:00 2001 From: BarbzYHOOL Date: Sat, 24 Feb 2018 16:28:25 +0100 Subject: [PATCH] Bash scripts conf - Set backup to false by default, fixed typo and added a warning --- conf/config.sh.dist | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/config.sh.dist b/conf/config.sh.dist index 96bde9836..fcf8965ff 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/"