Created
November 24, 2022 20:30
-
-
Save algmelo/6f650540a9269147b3a60e148e676d4a to your computer and use it in GitHub Desktop.
Mautic - upgrade/update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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