[DiscordArchive] How do I create a backup of character data and restore it if I break things and need to start over f
[DiscordArchive] How do I create a backup of character data and restore it if I break things and need to start over f
Archived author: Cile (He/Him) • Posted: 2025-08-03T18:42:34.315000+00:00
Original source
How do I create a backup of character data and restore it if I break things and need to start over from scratch?
Archived author: Kitzunu • Posted: 2025-08-03T19:01:33.089000+00:00
Original source
either backup entier char and auth db. or pdump command, however I dont know how well it works. try it
Archived author: Kitzunu • Posted: 2025-08-03T19:04:10.160000+00:00
Original source
sure as long as it is used in the core, and follow the code standards, imo. If it is purely for modules I would implement it within the respective module.
Archived author: Spargel • Posted: 2025-08-03T19:30:20.969000+00:00
Original source
Warnings != errors. Playerbots throws a number of the former when building that can be ignored until someone gets them cleaned up, but they aren't causing problems when running.
Archived author: Spargel • Posted: 2025-08-03T19:31:03.508000+00:00
Original source
Though I didn't think it was quite that many, so you may also have something else wrong.