From 916b760d6e2ddcc266d803300fce064ba66c952f Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Fri, 7 Jan 2022 22:18:32 +0100 Subject: chore: No more db assambler --- docs/database-keeping-the-server-up-to-date.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'docs') diff --git a/docs/database-keeping-the-server-up-to-date.md b/docs/database-keeping-the-server-up-to-date.md index ad68e7b..1eba611 100644 --- a/docs/database-keeping-the-server-up-to-date.md +++ b/docs/database-keeping-the-server-up-to-date.md @@ -9,26 +9,14 @@ If you want to know how the SQL directory works or plan to have custom changes we recommend you read [this](sql-directory). -## Automatic Database Updater (default, recommended) +## Automatic Database Updater By default the Worldserver and Authserver will check for, and import all new files into the database you specified in the config. -This is the easiest and recommended way to make sure you are always up-to-date with the core. +1. Start worldserver.exe To edit the automatic database updater you will find the neccessary settings in authserver.conf and worldserver.conf under [UPDATE SETTINGS](https://github.com/azerothcore/azerothcore-wotlk/commit/2d2857ce81db5297eb63d388d2e2f252ef52412d#diff-56b141374cf0384a2887c9fd490c6a79a3d2f31fb020ee0e423a5685344b59d3R30). -## DB Assambler - -1. Run db_assambler.sh and select **import-updates: Assamble & Import only updates**. - - 1. For Linux and macOS users run this command: - - ``` - bash apps/db_assembler/db_assembler.sh - ``` - -Tip: how to [make sure your DB is up to date](https://stackoverflow.com/questions/55282167/how-to-make-sure-that-the-db-is-up-to-date) -
## Help -- cgit