Infos:
- Used Zammad version: 5.4.1 (6.0.0)
- Used Zammad installation type: docker-compose
- Operating system: Ubuntu 20.04.6 LTS
- Browser + version: Firefox 117.0.1
Expected behavior:
-
Updating the Installation from 5.4.1 to 6.0.0 by updating the docker-compose files from github and the docker-compose.yml (using Portainer, but shouldn’t be the point)
-
Starting up, let the init-container finish
-
Have fun using the new version
Actual behavior:
- When running the stack the init-container keeps posting the following error (even after reinstallation of 5.4.1 and second attempt):
initialising / updating database...
bundler: failed to load command: rake (/usr/local/bin/rake)
/usr/local/bundle/gems/bundler-2.4.1/lib/bundler/definition.rb:523:in `materialize': Could not find rails-6.1.7.3, uri-0.12.1, puma-4.3.12, activerecord-nulldb-adapter-0.8.0, thor-1.2.1, graphql-2.0.17, tzinfo-data-1.2022.7, dalli-3.2.3, terser-1.1.13, autoprefixer-rails-10.4.7.0, doorkeeper-5.6.4, omniauth-rails_csrf_protection-0.1.2, omniauth-github-1.4.0, omniauth-gitlab-2.0.0, omniauth-google-oauth2-0.8.0, omniauth-saml-1.10.3, omniauth-weibo-oauth2-0.5.2, net-imap-0.3.4, writeexcel-1.0.5, telephone_number-1.4.19, twilio-ruby-5.74.3, net-ldap-0.17.1, zendesk_api-1.38.0.rc1, actioncable-6.1.7.3, actionmailbox-6.1.7.3, actionmailer-6.1.7.3, actionpack-6.1.7.3, actiontext-6.1.7.3, actionview-6.1.7.3, activejob-6.1.7.3, activemodel-6.1.7.3, activerecord-6.1.7.3, activestorage-6.1.7.3, activesupport-6.1.7.3, railties-6.1.7.3, rack-2.2.6.4, msgpack-1.6.0, nio4r-2.5.8, raindrops-0.20.0, concurrent-ruby-1.2.0, vite_ruby-3.2.14, tilt-2.0.11, version_gem-1.1.1, omniauth-1.9.2, omniauth-oauth2-1.7.3, ruby-saml-1.14.0, addressable-2.8.1, zeitwerk-2.6.7, mini_mime-1.1.2, nokogiri-1.14.3, websocket-driver-0.7.5, rack-test-2.0.2, rails-html-sanitizer-1.4.4, erubi-1.11.0, globalid-1.0.1, i18n-1.12.0, minitest-5.17.0, dry-cli-0.7.0, dry-types-1.7.0, mini_portile2-2.8.1, loofah-2.19.1 in locally installed gems (Bundler::GemNotFound)
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/definition.rb:186:in `specs'
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/definition.rb:243:in `specs_for'
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/runtime.rb:18:in `setup'
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler.rb:170:in `setup'
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/setup.rb:20:in `block in <top (required)>'
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/ui/shell.rb:159:in `with_level'
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/ui/shell.rb:111:in `silence'
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/setup.rb:20:in `<top (required)>'
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/cli/exec.rb:56:in `require_relative'
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/cli/exec.rb:56:in `kernel_load'
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/cli/exec.rb:23:in `run'
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/cli.rb:491:in `exec'
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/cli.rb:34:in `dispatch'
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/cli.rb:28:in `start'
from /usr/local/bundle/gems/bundler-2.4.1/exe/bundle:45:in `block in <top (required)>'
from /usr/local/bundle/gems/bundler-2.4.1/lib/bundler/friendly_errors.rb:117:in `with_friendly_errors'
from /usr/local/bundle/gems/bundler-2.4.1/exe/bundle:33:in `<top (required)>'
from /usr/local/bundle/bin/bundle:25:in `load'
from /usr/local/bundle/bin/bundle:25:in `<main>'
Steps to reproduce the behavior:
-
Try to update from 5.4.1 to 6.0.0 with docker-compose installation with mount volumes
-
Edited docker-compose file I use:
---
version: '3.8'
x-shared:
zammad-service: &zammad-service
environment: &zammad-environment
VIRTUAL_HOST: ***********************
LETSENCRYPT_HOST: **************************
MEMCACHE_SERVERS: ${MEMCACHE_SERVERS}
POSTGRESQL_DB: ${POSTGRES_DB}
POSTGRESQL_HOST: ${POSTGRES_HOST}
POSTGRESQL_USER: ${POSTGRES_USER}
POSTGRESQL_PASS: ${POSTGRES_PASS}
POSTGRESQL_PORT: ${POSTGRES_PORT}
REDIS_URL: ${REDIS_URL}
# Allow passing in these variables via .env:
AUTOWIZARD_JSON:
AUTOWIZARD_RELATIVE_PATH:
ELASTICSEARCH_ENABLED:
ELASTICSEARCH_HOST:
ELASTICSEARCH_PORT:
ELASTICSEARCH_SCHEMA:
ELASTICSEARCH_NAMESPACE:
ELASTICSEARCH_REINDEX:
ELASTICSEARCH_SSL_VERIFY:
NGINX_PORT:
NGINX_SERVER_NAME:
NGINX_SERVER_SCHEME:
POSTGRESQL_DB_CREATE:
POSTGRESQL_OPTIONS:
RAILS_TRUSTED_PROXIES:
ZAMMAD_WEB_CONCURRENCY:
ZAMMAD_SESSION_JOBS:
ZAMMAD_PROCESS_SCHEDULED:
ZAMMAD_PROCESS_DELAYED_JOBS_WORKERS:
image: ${IMAGE_REPO}:${VERSION}
restart: ${RESTART}
volumes:
- /mnt/zammad/data:/opt/zammad:Z
depends_on:
- zammad-memcached
- zammad-postgresql
- zammad-redis
services:
zammad-backup:
user: "${UID}:${GID}"
command: ["zammad-backup"]
depends_on:
- zammad-railsserver
- zammad-postgresql
entrypoint: /usr/local/bin/backup.sh
environment:
<<: *zammad-environment
BACKUP_TIME: "03:00"
HOLD_DAYS: "10"
TZ: Europe/Berlin
image: postgres:${POSTGRES_VERSION}
restart: ${RESTART}
volumes:
- /mnt/zammad/backup:/var/tmp/zammad:Z
- /mnt/zammad/data:/opt/zammad:Z
- /mnt/zammad/zammad-docker-compose/scripts/backup.sh:/usr/local/bin/backup.sh:ro
networks:
- default
zammad-elasticsearch:
image: bitnami/elasticsearch:${ELASTICSEARCH_VERSION}
restart: ${RESTART}
volumes:
- /mnt/zammad/elasticsearch:/usr/share/elasticsearch/data:Z
networks:
- default
zammad-init:
<<: *zammad-service
command: ["zammad-init"]
depends_on:
- zammad-postgresql
restart: on-failure
user: 0:0
volumes:
- zammad-config-nginx:/etc/nginx/sites-enabled
- /mnt/zammad/data:/opt/zammad:Z
networks:
- default
zammad-memcached:
command: memcached -m 256M
image: memcached:${MEMCACHE_VERSION}
restart: ${RESTART}
networks:
- default
zammad-nginx:
<<: *zammad-service
command: ["zammad-nginx"]
expose:
- "8080"
depends_on:
- zammad-railsserver
volumes:
- zammad-config-nginx:/etc/nginx/sites-enabled:ro
- /mnt/zammad/data:/opt/zammad:Z
networks:
- bridge-all
- default
zammad-postgresql:
environment:
POSTGRES_DB: ${POSTGRES_DB}
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASS}
image: postgres:${POSTGRES_VERSION}
restart: ${RESTART}
volumes:
- /mnt/zammad/postgres:/var/lib/postgresql/data:Z
- /mnt/zammad/data:/opt/zammad
- /mnt/zammad/backup:/var/tmp/zammad:ro
networks:
- default
zammad-railsserver:
<<: *zammad-service
command: ["zammad-railsserver"]
networks:
- default
zammad-redis:
image: redis:${REDIS_VERSION}
restart: ${RESTART}
volumes:
- redis-data:/data
networks:
- default
zammad-scheduler:
<<: *zammad-service
command: ["zammad-scheduler"]
networks:
- default
zammad-websocket:
<<: *zammad-service
command: ["zammad-websocket"]
networks:
- default
volumes:
elasticsearch-data:
driver: local
postgresql-data:
driver: local
redis-data:
driver: local
zammad-backup:
driver: local
zammad-config-nginx:
driver: local
zammad-var:
driver: local
networks:
bridge-all:
external: true