Upgrade script for multi tenant Mautic https://mtcextendee.com/multiple/
- Download multiple-upgrade.php to root of your mautic
- Run multiple-upgrade.php script
- Removemultiple-upgrade.php
wget -N https://raw.githubusercontent.com/mtcextendee/multiple-upgrade/master/multiple-upgrade.php;
php multiple-upgrade.php;
rm multiple-upgrade.php;
The process is the same like with Mautic upgrade.php file. This script just upgrade all multi tenant version
This error happend mostly If you have issue with permission.
Just log as root to your server and set permission to all directories and files something like
sudo chown -R web-data:web-data /path/to/mautic/
Try clear cache from root directory for all instances:
rm -r app/cache*/prod/
After upgrade you can validate your update with basis steps
- Login to your Mautic
- Try send e-mail from Configuration
- Try check database schema for all instances:
php app/console mautic:multiple:run --command="doctrine:schema:update --dump-sql"
- If you see some DB schema queries apply it for all instances
php app/console mautic:multiple:run --command="doctrine:schema:update --dump-sql"
- If you see some DB schema queries apply it for all instances