Error starting the server
Closed this issue · 2 comments
Whenever I try to start the server I get this error:
ERROR!!! FAtlasSaveManager::LoadOperationSql: SQL database is corrupt and the save game is compromised! Exiting...
After a restart it runs fine for a bit but then throws that error again. Any help?
Could this be related to the fact that I don't want to use the POK-manager?
I'm currently just using docker compose to start and stop the server. I'm not a fan of scripts outside of docker containers (it's not really the docker spirit).
The scripts inside the docker also seems to not be able to find the PID file, which causes the server to try to restart even though it's running:
PID file not found. Detected server is not running, attempting immediate restart... Attempting immediate restart... PID file not found. Server process not found. Proceeding to launch... PID file removed if it existed. Proceeding to restart server...
Never mind, it seems the issue was that I had a space character in the INSTANCE_NAME environment variable. It works now