Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 621 Bytes

UPGRADE.md

File metadata and controls

23 lines (16 loc) · 621 Bytes

Upgrade

Bare Metal / VM Upgrade

If you perform a mbin 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