-
Notifications
You must be signed in to change notification settings - Fork 316
Description
After about 5 hours the docker server developed odd network connectivity issues and we were forced to stop it and restart it.
Things didn't go as expected as the correct world seed was loaded, but instead we loaded into a fresh world seed (new game).
Checking the world data folder, it contained.
world.db
world.db.backup
world.fwl
The world.db was around 150kb, and the .backup was around 30mb.
Backup files held the same files structure and contained a world.db and a .backup version.
Since I had backups, I removed the world.db and renamed the backup one. to just .db.
This restored the server. Exact same issue occurred with roll back to older versions.
Valheim is early access, I'm a n00b with Docker image experience, those two are combined are prone to cause issues.
Leaving me with the question:
Did I mess up the server configuration? Did I stumble upon a docker bug? Or is this an issues with Valheim game server...