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.
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