vinanrra / Docker-7DaysToDie

7 days to die server using LinuxGSM in Docker with backups, monitor, auto-installable mods and more
GNU General Public License v3.0
236 stars 47 forks source link

Unable to change branch to beta #167

Closed meatsack-sudo closed 1 year ago

meatsack-sudo commented 1 year ago

Describe the bug When changing version from stable to beta, server logs show errors and it reverts to stable.

To Reproduce Steps to reproduce the behavior:

  1. Change version to beta
  2. Boot the server

Expected behavior Server downloads the experimental branch Screenshot 2023-06-13 173621

Screenshots

Docker/Docker-compose version: '2' services: 7dtdserver_redux: image: vinanrra/7dtd-server container_name: 7dtdserver_redux environment:

Additional context Add any other context about the problem here.

vinanrra commented 1 year ago

Hi,

The issue here it's that the branch 'unstable' doesn't exist, it's 'latest_experimental'

meatsack-sudo commented 1 year ago

Thanks for the reply Vinanarra! Unfortunately I tried that as well! same thing! Here's a screenshot and updated docker compose:

Screenshot 2023-06-14 163525

version: '2' services: 7dtdserver_redux: image: vinanrra/7dtd-server container_name: 7dtdserver_redux environment:

vinanrra commented 1 year ago

Do a clean install and it will works, there seems to be a bug with branch switch

vinanrra commented 1 year ago

I saw at the screenshot that shows:

"-beta "

Without anything maybe something didn't went well, check your docker-compose

meatsack-sudo commented 1 year ago

Yeah I couldn't figure that out! Not sure why it keeps saying that! I was able to install the latest experimental by doing a fresh container and using a new storage directory. But then ran into the same thing later when it tried to update. Says branch is " -beta" even though it just installed latest experimental correctly. It's probably something I'm doing! No worries! We can close this issue! I appreciate your help!

On Fri, Jun 16, 2023 at 5:52 AM Vicente Fernández Guerra < @.***> wrote:

I saw at the screenshot that shows:

"-beta "

Without anything maybe something didn't went well, check your docker-compose

— Reply to this email directly, view it on GitHub https://github.com/vinanrra/Docker-7DaysToDie/issues/167#issuecomment-1594490886, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATCPVJNTUVWXF5MEZNVLY6DXLQ3INANCNFSM6AAAAAAZFTMOS4 . You are receiving this because you authored the thread.Message ID: @.***>

vinanrra commented 1 year ago

Yeah I couldn't figure that out! Not sure why it keeps saying that! I was able to install the latest experimental by doing a fresh container and using a new storage directory. But then ran into the same thing later when it tried to update. Says branch is " -beta" even though it just installed latest experimental correctly. It's probably something I'm doing! No worries! We can close this issue! I appreciate your help! On Fri, Jun 16, 2023 at 5:52 AM Vicente Fernández Guerra < @.> wrote: I saw at the screenshot that shows: "-beta " Without anything maybe something didn't went well, check your docker-compose — Reply to this email directly, view it on GitHub <#167 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATCPVJNTUVWXF5MEZNVLY6DXLQ3INANCNFSM6AAAAAAZFTMOS4 . You are receiving this because you authored the thread.Message ID: @.>

I will do some testing to ensure its working as intended, because I learned bash while doing this project and can be on my side the issue.

tehmessiah75 commented 1 year ago

I dont know if this helps but maybe you need the full name of the beta "latest_experimental - Unstable build" image

tehmessiah75 commented 1 year ago

I am trying to do the same thing but I'm docker illiterate. I'm running docker on a Debian 11 machine and am using Portainer. How do I add this to Portainer?

vinanrra commented 1 year ago

You just need to write: latest_experimental, also use different valume path