Skip to content

Instantly share code, notes, and snippets.

@algmelo
Created November 24, 2022 20:30
Show Gist options
  • Select an option

  • Save algmelo/6f650540a9269147b3a60e148e676d4a to your computer and use it in GitHub Desktop.

Select an option

Save algmelo/6f650540a9269147b3a60e148e676d4a to your computer and use it in GitHub Desktop.
Mautic - upgrade/update
php bin/console mautic:update:find
php bin/console mautic:update:apply
php bin/console mautic:update:apply --finish
php bin/console doctrine:migration:status
php bin/console doctrine:schema:update
php bin/console doctrine:schema:update --force
php bin/console cache:clear
rm -rf var/cache/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment