running Ticket.count should return amount of tickets.
Actual behavior:
it returns 0
So far as I understood this problem should be fixed with 6.1 but it’s still happening after the upgrade.
If I edit the database.yml as explained here: V6.0.0 Zammad-rails return empty values - #12 by pabloR_77 it works.
I could at least process all the unprocessed mails I had due to a server issue.
Is this supposed to be fixed in 6.1? Not sure what I’m missing.
Make sure to adapt the docker-compose.yml, overrides and envs from the upstream repo. Stuff has changed and if your stack doesn’t reflect that, it won’t work.
Manual fiddling inside the container images is not needed.
We work with your github repo Release v11.1.1. So we use your defined tag.
sudo docker container ls
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
9b0d7859ea82 Package zammad · GitHub “/docker-entrypoint.…” 36 minutes ago Up 35 minutes 0.0.0.0:8080->8080/tcp, :::8080->8080/tcp zammad-it
why should i use my own thread if i had exectly the same problem with the same version and enviroment? I admit that I may not have provided all the necessary information at the beginning. If you are still of the opinion that a separate thread is useful, I would be happy to create one.
Of course we use docker compose and not a single container. That was just a shortened version.
I still don’t know where to find the version tag you need. According to your documentation, we clone the corresponding git repo > GitHub - zammad/zammad-docker-compose: Zammad Docker images for docker-compose and use 11.1.1. In the .env it only says “VERSION=6.1.0” Maybe you can tell me where I can find it?