palworld-server-docker icon indicating copy to clipboard operation
palworld-server-docker copied to clipboard

How to upgrade the version of the server

Open qika-dev opened this issue 1 year ago • 12 comments

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.

qika-dev avatar Jan 25 '24 12:01 qika-dev

Maybe, his friends will call him

1638234804 avatar Jan 25 '24 12:01 1638234804

You can try it. I have re-pulled the docker image and can now enter the game.

1638234804 avatar Jan 25 '24 13:01 1638234804

just run docker restart <you container name>, enter the game.

LuCatIsFun avatar Jan 25 '24 13:01 LuCatIsFun

just run docker restart <you container name>, enter the game.

doesn't work for me

RoryKirsi avatar Jan 25 '24 13:01 RoryKirsi

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

thijsvanloef avatar Jan 25 '24 13:01 thijsvanloef

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

RoryKirsi avatar Jan 25 '24 13:01 RoryKirsi

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

RoryKirsi avatar Jan 25 '24 13:01 RoryKirsi

are you running the server with compose or with docker run?

thijsvanloef avatar Jan 25 '24 13:01 thijsvanloef

are you running the server with compose or with docker run?

I unlock all saved file but still pop this error during the upgrade 'Error! App '2394010' state is 0x606 after update job.'

RoryKirsi avatar Jan 25 '24 13:01 RoryKirsi

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.

entropiccode avatar Jan 25 '24 17:01 entropiccode

Can you show your docker run or compose file? Do you maybe have updates disabled?

fryfrog avatar Jan 25 '24 18:01 fryfrog

# 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/ 

entropiccode avatar Jan 25 '24 20:01 entropiccode

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

Kumo-Github avatar Jan 26 '24 02:01 Kumo-Github

@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.

wli avatar Jan 26 '24 02:01 wli

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 :)

TheLegitSource avatar Jan 26 '24 05:01 TheLegitSource

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?

a350844866 avatar Jan 26 '24 08:01 a350844866

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.

1638234804 avatar Jan 26 '24 08:01 1638234804

Close this, restarting the server works for me

qika-dev avatar Jan 26 '24 13:01 qika-dev

Maybe, his friends will call him

You're right, my friends tell me to upgrade the version!

qika-dev avatar Jan 26 '24 13:01 qika-dev