Skip to content

mtcextendee/multiple-upgrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

upgrade.php for Mautic Multiple Bundle

Upgrade script for multi tenant Mautic https://mtcextendee.com/multiple/

Installation

  1. Download multiple-upgrade.php to root of your mautic
  2. Run multiple-upgrade.php script
  3. Removemultiple-upgrade.php
  • wget -N https://raw.githubusercontent.com/mtcextendee/multiple-upgrade/master/multiple-upgrade.php;
  • php multiple-upgrade.php;
  • rm multiple-upgrade.php;

Processing

The process is the same like with Mautic upgrade.php file. This script just upgrade all multi tenant version

Errors

Permission error

This error happend mostly If you have issue with permission.

image

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/

Error 500

Try clear cache from root directory for all instances:

rm -r app/cache*/prod/

Validation

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"

More

Releases

No releases published

Packages

 
 
 

Languages