[DiscordArchive] Hello all, I'm currently doing a migration from TrinityCore to AzerothCore using the following scrip
[DiscordArchive] Hello all, I'm currently doing a migration from TrinityCore to AzerothCore using the following scrip
Archived author: Jackhein • Posted: 2023-12-13T17:09:53.885000+00:00
Original source
Hello all, I'm currently doing a migration from TrinityCore to AzerothCore using the following script: https://github.com/azerothcore/tool-tc-migration
The migration work pretty well (except for the auction house, I'm currently looking why).
But doing so, I've got a lot of warning on start of world and auth server. At start they updates auth & characters table and throw followings warnings:
```DBUpdater: Given update include directory "/wotlk/sql/updates/auth" does not exist, skipped!
DBUpdater: Given update include directory "/wotlk/sql/custom/auth" does not exist, skipped!
DBUpdater: Given update include directory "/wotlk/sql/old/3.3.5a/auth" does not exist, skipped!
>> The file '2022_04_14_00_auth.sql' was applied to the database, but is missing in your update directory now!
>> The file '2022_01_15_00_auth.sql' was applied to the database, but is missing in your update directory now!
...
>> The file '2019_08_10_00_auth.sql' was applied to the database, but is missing in your update directory now!
>> The file '2019_08_16_00_auth.sql' was applied to the database, but is missing in your update directory now!
```
As I said, both for table auth & characters.
Those files (`YYYY_MM_DD_00_auth/characters.sql`) are referenced in tables `acore_auth.updates` and `acore_characters.updates`.
Is it wise to ignore the migration of both table ? Or to create another table to get history of updates?
Or completely remove content of updates table before migrating ?
[Embed: GitHub - azerothcore/tool-tc-migration: [EXPERIMENTAL] Some tools t...]
[EXPERIMENTAL] Some tools to migrate characters database from TrinityCore to AzerothCore. - GitHub - azerothcore/tool-tc-migration: [EXPERIMENTAL] Some tools to migrate characters database from Tr...
https://github.com/azerothcore/tool-tc-migration