mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
Bash scripts conf - Set backup to false by default, fixed typo and added a warning
This commit is contained in:
@@ -74,11 +74,11 @@ DATABASES=(
|
|||||||
OUTPUT_FOLDER="$AC_PATH_ROOT/env/dist/sql/"
|
OUTPUT_FOLDER="$AC_PATH_ROOT/env/dist/sql/"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Enable following flag
|
# Set to true if you want to backup your db
|
||||||
# if you want backup your db
|
# before importing the SQL with the db_assembler
|
||||||
# before import sql with db_assembler
|
# Do not forget to stop the database before doing so
|
||||||
#
|
|
||||||
BACKUP_ENABLE=true
|
BACKUP_ENABLE=false
|
||||||
|
|
||||||
BACKUP_FOLDER="$AC_PATH_ROOT/env/dist/sql/backup/"
|
BACKUP_FOLDER="$AC_PATH_ROOT/env/dist/sql/backup/"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user