[DiscordArchive] I fixed my issue with the playerbots.conf.dist and removed the .dist after the server was already ma
[DiscordArchive] I fixed my issue with the playerbots.conf.dist and removed the .dist after the server was already ma
Archived author: BootlessFawn007 • Posted: 2025-06-23T06:30:37.700000+00:00
Original source
Got it, I just did the entire database as more of a test rn
Archived author: Tereneckla • Posted: 2025-06-23T06:30:41.440000+00:00
Original source
if you make custom changes to world, you should save the query instead of backing up world
Archived author: Mithria • Posted: 2025-06-23T06:30:45.108000+00:00
Original source
yes
Archived author: Mithria • Posted: 2025-06-23T06:31:32.671000+00:00
Original source
if you ever edit the world db, keep an .sql file (or files depending on size of your custom project) that contains all the scripts required to add your custom stuff back in so that you dont have to backup the entire world db (since its kinda big)
Archived author: BootlessFawn007 • Posted: 2025-06-23T06:32:07.135000+00:00
Original source
Got it
Archived author: Tereneckla • Posted: 2025-06-23T06:32:41.380000+00:00
Original source
the size isn't the issue, there just are changes to world all the time so a backup would be useless once you update your server
Archived author: Mithria • Posted: 2025-06-23T06:33:26.124000+00:00
Original source
size is always an issue. who wants a 400mb db backed up when all of it already exists in the startup scripts
Archived author: BootlessFawn007 • Posted: 2025-06-23T06:33:27.233000+00:00
Original source
I ran the .sql file, so now I can just do CMake and Rebuild?
Archived author: Mithria • Posted: 2025-06-23T06:33:42.175000+00:00
Original source
i believe so
Archived author: Tereneckla • Posted: 2025-06-23T06:33:53.759000+00:00
Original source
if you haven't done so already