[DiscordArchive] One question to the database contributors: how do you deal with the fact that your DB differs from t
[DiscordArchive] One question to the database contributors: how do you deal with the fact that your DB differs from t
Archived author: Shin • Posted: 2021-06-24T17:15:55.375000+00:00
Original source
https://www.azerothcore.org/wiki/how-to-ask-for-help
[Embed: How to ask for help]
Wiki and Documentation of the AzerothCore project
https://www.azerothcore.org/wiki/how-to-ask-for-help
Archived author: Einkatzi • Posted: 2021-06-24T17:18:14.565000+00:00
Original source
I promise I'll put it there later once I understand where those freaking files are.
Archived author: Efymer • Posted: 2021-06-24T17:18:51.544000+00:00
Original source
After I'm done messing around I drop my `acore_world` database and then I recreate it with the db_assembler script, it's pretty fast
Archived author: Einkatzi • Posted: 2021-06-24T17:23:27.221000+00:00
Original source
how do you do that? I've found the script, but does it only assemble/build acore_world or the others as well?
Archived author: Shin • Posted: 2021-06-24T17:27:03.621000+00:00
Original source
`./acore.sh db-assembler import-all` does the trick. It imports/updates all the DB that needs to be assembled or updated
Archived author: Shin • Posted: 2021-06-24T17:27:15.003000+00:00
Original source
if your characters and auth DBs are already there, it will NOT overwrite them
Archived author: Einkatzi • Posted: 2021-06-24T17:28:25.954000+00:00
Original source
Oh, that's good! Does that work inside Docker as well, or only for the normal local installation?
Archived author: Shin • Posted: 2021-06-24T17:39:55.414000+00:00
Original source
it works with Docker of course
Archived author: Shin • Posted: 2021-06-24T17:40:20.287000+00:00
Original source
Docker is just a container around your database, nothing really magic. You can target your DB and access it using the DB assembler, HeidiSQL, Keira3, or whatever other tool/script you want
Archived author: Einkatzi • Posted: 2021-06-24T17:54:40.961000+00:00
Original source
It sure feels like magic somehow, bc I can't find where the mysql db files are inside the repo directory (which is where the Docker container files also live, right?). If I found them, making a backup copy before I mess with the world db would be easy.