azerothcore-wotlk/apps/db_assembler
2018-09-17 14:27:50 +00:00
..
includes fixed query of previous commit 2018-09-17 14:27:50 +00:00
.gitignore Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
db_assembler.sh add "set -e" also to script "db_assembler.sh" 2018-08-05 15:10:03 +00:00
README.md db_assembler - Readme 2018-09-14 17:50:42 +02:00

Description

This script allows you to assemble all sql files into one so you can easily import it to your databases (or use the main script to import directly). By default, it creates the merged files in /env/dist.

How to use:

First of all, if you need some custom configuration, you have to copy and rename /conf/config.sh.dist to /conf/config.sh and configure it. The file is here: https://github.com/azerothcore/azerothcore-wotlk/tree/master/conf

Read it because there are several options to configure.

db_assembler.sh script contains an interactive menu to assemble and import sql files. Just run it to display the options.

Note: You can even use actions directly by command lines specifying the option. Ex:

./db_assembler.sh 1  

It will merge all sql files without an interactive menu.