jammsen / docker-palworld-dedicated-server

Docker container to easily provision and manage Palworld Dedicated Server
https://hub.docker.com/r/jammsen/palworld-dedicated-server
MIT License
898 stars 152 forks source link

[Bug Report] Cron duplication #169

Closed OliveiraNt closed 5 months ago

OliveiraNt commented 5 months ago

Have you read the Important information text above

Current behavior

After a server restart, the backup con job is duplicated.

Desired behavior

keep only one job.

Links to screenshots

image

To Reproduce

Steps to reproduce the behavior:

  1. Start a new server with docker-compose
  2. run docker-compose down
  3. run docker-compose up
  4. cat cronlist

Software setup

Hardware setup

Additional context

No response

jammsen commented 5 months ago

Hey @OliveiraNt See #161 - Its already fixed on develop, will be later merged to master and therefore to latest. Working on a changelog before that.

judos commented 5 months ago

Had the same issue and just updated to the newest image today and cronlist is fine again:

docker exec -it palworld cat cronlist

0 * * * * /backupmanager.sh

Before it had 10 entries of that in there :)

jammsen commented 5 months ago

This is fix in the release on latest from 5 minutes ago. See Changelogs or Discord message regarding the new release and what to lookout for.

Im closing this issue as resolved, feel free to reach out again if you need help.

If you like this project, please consider giving this repo and the Docker-Hub-Repo a Star.