palworld-server-docker
palworld-server-docker copied to clipboard
How to upgrade the version of the server
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Newest version is v0.1.3.0 but my server is out dated.
Do you know how to upgrade the version of my server? Thanks in advance.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information)
- OS: [e.g. Windows 10, Ubuntu, Debian]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
docker-compose.yml contents
Container/Host Logs
Additional context
Add any other context about the problem here.
Maybe, his friends will call him
You can try it. I have re-pulled the docker image and can now enter the game.
just run docker restart <you container name>
, enter the game.
just run
docker restart <you container name>
, enter the game.
doesn't work for me
Assuming you have mounted your palworld data to your host machine (so it does not get deleted if the container is removed), run the following:
-
docker compose down --rmi all
-
docker compose up -d
Assuming you have mounted your palworld data to your host machine (so it does not get deleted if the container is removed), run the following:
docker compose down --rmi all
docker compose up -d
I exactly running these, but not working
Assuming you have mounted your palworld data to your host machine (so it does not get deleted if the container is removed), run the following:
docker compose down --rmi all
docker compose up -d
sorry I think it my problem, since I moved my all save data before, so I have to lock the appid file, it cause the update fail
are you running the server with compose
or with docker run
?
are you running the server with
compose
or withdocker run
?
I unlock all saved file but still pop this error during the upgrade 'Error! App '2394010' state is 0x606 after update job.'
Having issues with this as well. Using docker compose, the docker-compose down --rmi all
and docker-compose up -d
commands do not cause the server to update properly. docker restart <container name>
also fails.
Can you show your docker run
or compose file? Do you maybe have updates disabled?
# cat docker-compose.yml
version: '3'
services:
palworld:
container_name: palworld_server
image: thijsvanloef/palworld-server-docker:latest
restart: unless-stopped
ports:
- 8211:8211/udp
- 27015:27015/udp
environment:
- PORT=8211
- PLAYERS=8
- MULTITHREADING=true
- UPDATE_ON_BOOT=true
- SERVER_NAME="envyUK Palworld Home"
volumes:
- ./server-data/:/palworld/
Do this in your container to update the game version of your server:
/home/steam/steamcmd/steamcmd.sh +login anonymous +app_update 2394010 validate +quit
@RoryKirsi how much free disk space do you have? I just ran into a similar error (Error! App '2394010' state is 0x226 after update job.
) and none of the other commands worked. I sized up my disk from 10GB -> 12GB and it worked afterwards. Added https://github.com/thijsvanloef/palworld-server-docker/pull/123 as documentation.
If you're still having issues, locate SteamCMD > SteamApps then locate a file named appmanifest_2394010.acf. Go ahead and rename it to anything, I changed it to 'appmanifestrename'.
Go ahead and follow the previous instructions to open steamcmd, +login anonymous +app_update 2394010 validate
Should go through, I was looking everywhere to locate a solution but since the issue is so new there weren't many alternatives out yet.
Happy Gaming :)
You can try it. I have re-pulled the docker image and can now enter the game. you mean stop and delete the old image and pull the latest images ,and then run the image ?it will just upgrade the version?
You can try it. I have re-pulled the docker image and can now enter the game. you mean stop and delete the old image and pull the latest images ,and then run the image ?it will just upgrade the version?
Yes, as long as you use ‘volumes’ to mount the archive to a physical machine, you don’t have to worry about losing it. You can just delete the image and pull it again.
Close this, restarting the server works for me
Maybe, his friends will call him
You're right, my friends tell me to upgrade the version!