[DiscordArchive] Would it not work to just drop the db?
[DiscordArchive] Would it not work to just drop the db?
Archived author: Bench • Posted: 2021-12-31T06:11:13.407000+00:00
Original source
Would it not work to just drop the db?
Archived author: Bench • Posted: 2021-12-31T06:12:51.242000+00:00
Original source
Because at least based on my limited experience, it just makes a new db and populates that if I'm not mistaken
Archived author: Bogir • Posted: 2021-12-31T06:14:31.853000+00:00
Original source
it works with `version_db_...` table. Checks what udates were applied and listed in this table ans which is not listed - then apply them and add record in this table.
Archived author: Bogir • Posted: 2021-12-31T06:15:25.339000+00:00
Original source
It not checks if the some tables are abcent
Archived author: Bogir • Posted: 2021-12-31T06:15:38.116000+00:00
Original source
or outdated)
Archived author: Bogir • Posted: 2021-12-31T06:18:22.690000+00:00
Original source
Shortly speaking, autoupdater only compare data of applied updates in this table with existing files in /data/sql/updates/
Archived author: Bogir • Posted: 2021-12-31T06:22:10.002000+00:00
Original source
Dont't listen stupid suggestions. Just open `\azerothcore-wotlk\data\sql\base\db_auth` - and you will find all SQLs to creating base tables.
Apply them and then open `azerothcore-wotlk\data\sql\updates\db_auth` and apply1 patch
Archived author: Bogir • Posted: 2021-12-31T06:22:21.084000+00:00
Original source
1 minute for all job