Metin2 Character Reset Issue #39
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When I restart my Metin2 server using the docker compose restart command, my character’s level, items, and location reset. It seems like all progress is lost every time the server restarts. What could be causing this? Has anyone encountered this issue before?
Hi, this is actually an expected behaviour of the source code: the in-memory data only gets periodically synced to the database. Resetting the containers triggers various shutdown signals (SIGTERM, SIGHUP and so on) which the server should intercept in order to command a safe shutdown while saving all data.
I've actually mentioned it in the past, but I see that no issue got around to being created, so I'll leave it open.