Init-Container shows same error over and over again
rsync: change_dir ā/tmp/zammad-stable/ /optā failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1196) [sender=3.1.2]
I donāt think itās the same issue. In the linked bug, the railsserver wonāt start; it tries to listen on IPv6, and apparently the host doesnāt support that. Maybe itās disabled in the kernel?
zammad.iserv.eu ~/zammad-docker-compose # git diff .env
diff --git a/.env b/.env
index 5d7c3f1..09e5f09 100644
--- a/.env
+++ b/.env
@@ -1,5 +1,5 @@
# don't forget to add the minus before the version
# example: VERSION=-2.1.0-13
IMAGE_REPO=zammad/zammad-docker-compose
-VERSION=
+VERSION=-2.8.0-31
RESTART=always
\ No newline at end of file
docker-compose pull
docker-compose up -d
Just donāt forget to remove it when you want to upgrade at a later date
What is the proper way to configure it? Put a specific version numer into .env?
Unfortunately this question has not been answered yet. I thought maybe you could elaborate.
I understood (from the link) that not using any tag within the .env file means Docker will always pull the latest changes. Of course Iād love to stay on a particular (stable) version until the newer (stable) update comes out.
Please always use version tags.
Normally all you need to do is stay within the current version number (today itās 2.9.x) so something like *2.9.0-5 in your tag.
Iāve taken a look, it looks like weāre only pushing stable to docker-hub so you should be fine with any version.
Iām not sure if this answers your question. To be honest Iām not too much of a Docker-Guy yet⦠:x
Those changes are only changes we see as safe/stable. Bigger code changes will not be pushed to stable in between two versions. Please note that I canāt give you detailed information in terms of docker versioning, as it doesnāt have to be a daily built and might ālackā some days of commits from github.
Generally you donāt need to update it every 3 days or so, itās safe to stay at a defined tag, except if youāre experiencing bugs that are fixed in stable already (or thereās a new bigger version).