Files
azerothcore-wotlk-pbot/apps/db_assembler
Yehonal 85388901cf Rewrite of bash system
+ Implemented new dashboard menu
+ some fixes for db_assembler
+ new module installation process with version check via json files
+ some fixes to modules installer
+ implemented simple crossplatform worldserver and authserver restarters
+ new compiler script
+ client data downloader (beta)
+ various other fixes
2018-07-15 22:51:17 +02:00
..
2018-07-15 22:51:17 +02:00
2018-07-13 21:07:47 +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).

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.