Closed SirTremain closed 11 months ago
Thank you for the PR, I'll merge it shortly internally and let you know when the container is rebuilt.
Container is updated. Please force an update from the container itself and it should work again.
Thank you! Please close the issue if the issue is solved.
Happy New Year! :four_leaf_clover:
Thanks, the new image has resolved the issue. Happy New Year!
Problem
Running the server on my unraid I noticed an error in the server logs that would silently fail and cause the server to not be able to save world progress:
The server World and backups folders were empty despite the autosave creating the folder for each save timestamp. Similar behavior has been reported in this recent reddit thread.
Temporary Solution
To solve the issue I installed
sqlite
andlibsqlite3-0
using the following script:This solved the issue and the world was correctly saved (as raw .db files) into the serverfiles volume.
It also correctly reloaded the world after restarting the container as sqlite3 was already installed.
Solution
I have created a pull request with the added package dependencies. Can you please accept this PR or add
sqllite3
andlibsqlite3-0
as package dependencies in the Dockerfile so they will be installed into the image?