Option to pause writes to SQLite DB on plugin?
Hi all,
First off, I just want to say I'm a huge fan of DH. It's a fantastic mod — really great work.
TL;DR: I'm trying to back up my server's MC data folder (ideally including the generated LODs) without needing to shut down the server.
I've looked through the plugin's code on GitHub to check for command-line options and found the ability to pause LOD auto-generation. However, I didn't find any way to pause all writes to the database entirely.
Am I correct in assuming that such a feature doesn’t currently exist?
For context:
I'm running a PaperMC server with the DH plugin, and I’ve configured Borg to perform nightly backups. The problem is that because the plugin appears to continuously write to the database (possibly due to LOD data being streamed from clients?), the backup sometimes fails while players are connected.
Any suggestions or clarification would be much appreciated. Thanks again for all your work!
First off, I just want to say I'm a huge fan of DH. It's a fantastic mod — really great work.
TL;DR: I'm trying to back up my server's MC data folder (ideally including the generated LODs) without needing to shut down the server.
I've looked through the plugin's code on GitHub to check for command-line options and found the ability to pause LOD auto-generation. However, I didn't find any way to pause all writes to the database entirely.
Am I correct in assuming that such a feature doesn’t currently exist?
For context:
I'm running a PaperMC server with the DH plugin, and I’ve configured Borg to perform nightly backups. The problem is that because the plugin appears to continuously write to the database (possibly due to LOD data being streamed from clients?), the backup sometimes fails while players are connected.
Any suggestions or clarification would be much appreciated. Thanks again for all your work!
