I am on windows, I use gitbash
- Run the following commands to update your database with any changes from the release:
bin/console cache:clear bin/console mautic:update:apply --finish bin/console doctrine:migration:migrate --no-interaction bin/console doctrine:schema:update --no-interaction --force bin/console cache:clear