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/"