zammad / zammad-docker-compose

Zammad Docker images for docker-compose
https://hub.docker.com/r/zammad/zammad-docker-compose/
GNU Affero General Public License v3.0
273 stars 223 forks source link

fatal error when git checkout cd424e98689b8dc49878a37b9aab67192c36fd24 #387

Closed swoop124 closed 11 months ago

swoop124 commented 11 months ago

Infos

yesterday i starded to update my zammad instance from 5.1.x but i ran into a problem and restored it all. Today i wanted to try it again but when i entered this command: git checkout cd424e98689b8dc49878a37b9aab67192c36fd24 there was an error. fatal: reference is not a tree: cd424e98689b8dc49878a37b9aab67192c36fd24

Expected behavior

the abouve command should download the repository to which i can update my Zammad instance to 5.2.23 to update it afterwards step by step to 6.1

Actual behavior

fatal: reference is not a tree: cd424e98689b8dc49878a37b9aab67192c36fd24

Steps to reproduce the behavior

  1. open terminal to docker host
  2. change into zammad-compose directory
  3. enter command: git checkout cd424e98689b8dc49878a37b9aab67192c36fd24
mgruner commented 11 months ago

Please turn to the Zammad community for support requests.

Not sure what happened there, but this does not look like a bug in the Zammad stack.

swoop124 commented 11 months ago

yes, you are right, it is a git Problem. someone has removed cd424e98689b8dc49878a37b9aab67192c36fd24 so how can i update my instance?

mgruner commented 11 months ago

You could try sychronizing with upstream again. Maybe git fetch origin?