> ## Content Index
> Fetch the complete content index at: https://mauteam.org/llms.txt
> Use this file to discover other available public pages before exploring further.

# Upgrade from Mautic 5.1.0 to Mautic 5.1.1
- URL: https://mauteam.org/upgrade-from-mautic-5-1-0-to-mautic-5-1-1/
- Published: 2024-09-21T05:09:21.000Z
- Updated: 2026-09-26T21:34:56.000Z
- Description: First, let’s get into position. Then download the upgrade package. We unzip the file to deploy its contents. When asked: replace .all-contributorsrc? [y]es…
- Author: Yosu Cadilla
- Tags: Mautic

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! << —**

You are now good to go check your Mautic UI, check that everything runs fine and see if the version is now 5.1.1

**Don’t postpone it any longer! You can do it in under 3 mins**!

This guide is good for Ubuntu 22.04 (and newer) installations done using any of my tutorials.  
Should work just fine on Debian 12, but it is not tested nor supported…  
  
If this post helped you, please take 20 secs to drop a comment here below, thank you!  
If you find any trouble don’t hesitate to ask for help, also here below in the comments section.

Cheers!

![Yosu Cadilla](https://secure.gravatar.com/avatar/c7e3d3407495d984947b854231fe7b4c?s=100&r=g)

[Yosu Cadilla](https://mauteam.org/the-open-martech-forum-mauteam-org-2/)

My name is Yosu Cadilla, a Linux Systems Administrator since year 2000.  
I discovered Mautic in 2017 and since have specialized in:  
**– Running Mautic for Marketing Agencies.** 
**– Running large Mautic instances, sometimes with millions of contacts.**  

If you are planning on deploying Mautic for your Marketing Agency, or you have a large Mautic Instance…  
Let’s have a chat! [yosu.cadilla@gmail.com](mailto:yosu.cadilla@gmail.com)