Upgrade Mautic
NOTE: The Approach A sections referred to below do not apply to Bitnami native installers. Users of Bitnami native installers should refer only to the Approach B sections.
It is strongly recommended to create a backup before starting the update process. If you have important data, create and restore a backup to ensure that everything works properly.
You can update the application using the browser or the command line.
-
Upgrade Mautic from the browser:
If there is an update, Mautic will show you a banner on the “Dashboard” page. Click it and follow the instructions.
-
Upgrade Mautic from the command line:
Run these commands, depending on your installation type:
-
Approach A (Bitnami installations using system packages):
$ rm -R installdir/mautic/var/cache/prod/* $ sudo su daemon -s /bin/bash -c "installdir/php/bin/php installdir/mautic/bin/console mautic:update:find -e prod" $ sudo su daemon -s /bin/bash -c "installdir/php/bin/php installdir/mautic/bin/console mautic:update:apply -e prod"
-
Approach B (Self-contained Bitnami installations):
$ rm -R installdir/apps/mautic/cache/prod/* $ sudo su daemon -s /bin/bash -c "installdir/php/bin/php installdir/apps/mautic/htdocs/bin/console mautic:update:find -e prod" $ sudo su daemon -s /bin/bash -c "installdir/php/bin/php installdir/apps/mautic/htdocs/bin/console mautic:update:apply -e prod"
-
NOTE: If you find any issues when upgrading Mautic, refer to the update troubleshooting page in the official documentation.