Bash scripts conf - Set backup to false by default, fixed typo and added a warning
This commit is contained in:
parent
ed4de4dd64
commit
d9de91bb42
1 changed files with 5 additions and 5 deletions
|
|
@ -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/"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue