Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 617 Bytes

UPGRADE.md

File metadata and controls

22 lines (15 loc) · 617 Bytes

Upgrade

Bare Metal / VM Upgrade

If you perform a kbin upgrade (eg. git pull), be aware to always execute the following Bash script:

./bin/post-upgrade

And when needed also execute: sudo redis-cli FLUSHDB to get rid of Redis cache issues. And reload the PHP FPM service if you have OPCache enabled.

Docker Upgrade

Note: When you're using the Docker v2 guide, then the database migration is executed during the Docker container start-up.

$ docker compose exec php bin/console cache:clear
$ docker compose exec redis redis-cli
> auth REDIS_PASSWORD
> FLUSHDB