[DiscordArchive] Hi everyone, I am getting this error logged in Errors.log :
[DiscordArchive] Hi everyone, I am getting this error logged in Errors.log :
Archived author: LatChee • Posted: 2025-03-27T03:01:08.006000+00:00
Original source
Hi everyone, I am getting this error logged in Errors.log :
Your database structure is not up to date. Please make sure you've executed all queries in the sql/updates folders.
But my worldserver.conf is
Updates.EnableDatabases = 7
Updates.AutoSetup = 1
Updates.Redundancy = 1
Updates.ArchivedRedundancy = 0
Updates.AllowRehash = 1
Updates.CleanDeadRefMaxCount = 3
and authserver.conf is
Updates.EnableDatabases = 1
Updates.AutoSetup = 1
Updates.Redundancy = 1
Updates.ArchivedRedundancy = 0
Updates.AllowRehash = 1
Updates.CleanDeadRefMaxCount = 3
I am using liyunfan1223/azerothcore-wotlk.git --branch=Playerbot
Would you know why they are not auto updating my databases?
Archived author: Mithria • Posted: 2025-03-27T04:58:35.204000+00:00
Original source
>right click your database in heidisql from the list on the left
>select export as sql
>in the window that opens, make sure you're in the sql export tab at the top, and fill out the fields as you desire
>export it. make sure your file ends in .sql so its easy to recognize
this will give you a text file of all the necessary sql commands that must run to rebuild the entire exported database
i usually use the settings Create for both database and table, replace existing data for the data option, max insert size 1024, output as a single sql file, and filename doesn't matter so long as it ends in .sql for ease of use
idk if someone wants to chime in with better settings but i've moved entire db's this way. if you're comfortable with the command line, there is always mysqldump as well
Archived author: Mithria • Posted: 2025-03-27T04:58:54.720000+00:00
Original source
what modules are you using