Skip to content

Upgrade from Mautic 5.1.0 to Mautic 5.1.1

First, let’s get into position.
cd /var/www/html

Then download the upgrade package.
wget https://github.com/mautic/mautic/releases/download/5.1.1/5.1.1-update.zip

We unzip the file to deploy its contents.
unzip 5.1.1-update.zip
When asked: replace .all-contributorsrc? [y]es, [n]o, [A]ll, [N]one, [r]ename:
REPLY: A or All

Let’s give specific permissions to the files we just added
chmod 755 -R /var/www/html && chown -R www-data:www-data /var/www/html

Give Apache a good’ ol restart…
service apache2 restart

Round everything up by clearing the Mautic cache
sudo -u www-data php /var/www/html/bin/console cache:clear

— >> Done! << —

Read More »Upgrade from Mautic 5.1.0 to Mautic 5.1.1

Mautic 5.1.1 Install Tutorial: Debian 12, PHP 8.2, MariaDB 11.4

5 Simple Steps to Install Mautic 5.1.1 on Debian 12.

  1. Install the packages required to run Mautic 5.
  2. Install Mautic 5.1.1 – Codename: Alpheratz
  3. Run the Mautic 5 configuration wizard.
  4. Install the Mautic 5 Cron Jobs.
  5. Enjoy your first Mautic 5 installation!

I usually do these tutorials for Ubuntu, however, Debian is having a surge in popularity and for good reasons, in fact, in production, I am switching from Ubuntu to Debian, so I thought it was time to add Debian 12 to the Mautic installation tutorials…

Debian has been flourishing lately, some key changes in their view of the world and changes in what is acceptable in a FOSS OS are bringing, a much needed, breath of fresh air.

So, if you don’t need to support the latest hardware, and you enjoy reliability and stability, give Debian a spin for your next Mautic 5 installation, you won’t regret it!

Read More »Mautic 5.1.1 Install Tutorial: Debian 12, PHP 8.2, MariaDB 11.4
Mautic 5 setup

Mautic 5 Install Tutorial: Ubuntu 22.04, PHP 8.1, MariaDB 11.2

5 Simple Steps to Install Mautic 5

  1. Install the packages required to run Mautic 5.
  2. Install Mautic 5.0.4
  3. Run the Mautic 5 configuration wizard.
  4. Install the Mautic 5 Cron Jobs.
  5. Enjoy your first Mautic 5 installation!

With a major code refactoring, a new Symfony 6 under the hood and an intensive fat reduction treatment, Mautic 5 is as lean and mean as it gets.

Read More »Mautic 5 Install Tutorial: Ubuntu 22.04, PHP 8.1, MariaDB 11.2

Mautic 4.4.13 Installation Tutorial: Ubuntu 22.04, PHP 8.0, MariaDB 10.6

Why install Mautic 4 when Mautic 5 is already available?
Don’t get fooled by the new and sparkly Mautic 5, it is too soon to use it, go for the stable and reliable Mautic 4 instead.

  • Well tested, very stable, no known major bugs.
  • Existing bugs in M4 are already fixed, and security patches were added in Mautic 4.4.13.
  • Uses older, stabler versions of the entire stack (Ubuntu, MariaDB, PHP, etc…)
  • Stack will not vary over time as it is very mature.

4 Simple Steps to Install Mautic 4

  1. Install the packages required to run Mautic 4.
  2. Install Mautic 4.4.13
  3. Run the Mautic 4 configuration wizard.
  4. Install the Mautic 4 Cron Jobs.
Read More »Mautic 4.4.13 Installation Tutorial: Ubuntu 22.04, PHP 8.0, MariaDB 10.6