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:
parent
db7ca4b92d
commit
7bfcfae4ef
@ -78,6 +78,7 @@ if [ "$1" = 'zammad-init' ]; then
|
|||||||
echo "${AUTOWIZARD_JSON}" | base64 -d > auto_wizard.json
|
echo "${AUTOWIZARD_JSON}" | base64 -d > auto_wizard.json
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
bundle exec rails r "Cache.clear"
|
||||||
bundle exec rake db:migrate
|
bundle exec rake db:migrate
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user