Applied workaround required for Rails update Cache issue

https://github.com/zammad/zammad/issues/3786 / https://github.com/zammad/zammad/issues/3759
This commit is contained in:
Thorsten 2021-10-05 16:51:34 +02:00 committed by GitHub
parent db7ca4b92d
commit 7bfcfae4ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,7 @@ if [ "$1" = 'zammad-init' ]; then
echo "${AUTOWIZARD_JSON}" | base64 -d > auto_wizard.json
fi
else
bundle exec rails r "Cache.clear"
bundle exec rake db:migrate
fi