[DiscordArchive] Any advised workflows or documentation for proper backups of an Azerothcore server (I am running the
[DiscordArchive] Any advised workflows or documentation for proper backups of an Azerothcore server (I am running the
Archived author: TDMCC • Posted: 2025-04-14T15:03:44.759000+00:00
Original source
Any advised workflows or documentation for proper backups of an Azerothcore server (I am running the playerbots branch) but any advice would be appreciated. Is it just as simple as backing up all SQL DBs & config files, or should I do something more encompassing?
Archived author: Ryan Turner • Posted: 2025-04-14T15:05:30.490000+00:00
Original source
on top of my head is possilbe to achieve it just with sql.
But you need to make 2 different queries one for alliance or horde, and only target "horde" or "Alliance" and "all" quests where you use questlevel and minlevel as way to compare (levels) and probably missing something else for the criteria
And make those changes to queststatus (i think rewarded)
Archived author: Mithria • Posted: 2025-04-14T15:07:16.357000+00:00
Original source
someone else can chime in if this isnt enough, but i usually just sqldump auth and characters, have sql file copies of any world database changes i've implemented, a patch file for all of my custom core edits, all config files, and all dbc files i've modified.
Archived author: Mithria • Posted: 2025-04-14T15:07:58.296000+00:00
Original source
oh and a backup of all my custom mpq's so i dont lose all my retroported resources
Archived author: Tato • Posted: 2025-04-14T15:08:05.666000+00:00
Original source
Thank you, I'll try it
Archived author: Mithria • Posted: 2025-04-14T15:08:09.105000+00:00
Original source
in fact, i keep 3 back ups
Archived author: Mithria • Posted: 2025-04-14T15:08:25.309000+00:00
Original source
4 technically, but im not the one controlling the 4th so i dont trust it