Closed vertyco closed 7 months ago
Yeah you can't change it just like that it won't work... version 2.0 uses proton instead wine for launching the application so the folder structure is all different so yeah it won't be compatible you would just need to do the step mention in the read me and just transfer your savedArks folder to the new save folder
The reason I left the older image was for people who are still using the older version of the script but if you want to use the new version you would just need to transfer the savedArks folder
Ah okay got it figured out, thank you for the quick response!
I've been using docker-compose to run the servers for a while (havent used POK-Manager.sh)
I recently changed
acekorneya/asa_server:latest
toacekorneya/asa_server:2_0_latest
and redeployed and when I did that the server started up at day 1 with everyone's stats reset including the whole map.Checking the map files they are still there, and reverting back to
acekorneya/asa_server:latest
and redeploying again made things go back to normal...Changing the container-side volume mounts to the ones in the new docker-compose also fails to start the server entirely, is there an update process we need to follow or something? Any ideas why this would be happening?
Here is my docker-compose for reference:
Context
pve
directory is owned by the same PUID and PGIDacekorneya/asa_server:latest
toacekorneya/asa_server:2_0_latest
, setting it back to the former makes things go back to normal. its like the latest version doesn't read from the directory or something.