Hey @matteoraggi,
To upgrade between 8.x versions you just need to use the regular package of the version you want to upgrade to, in your case SuiteCRM-8.6.0.zip
. There is no separate upgrade package, as stated on the 2.1. Download the new version package section of the upgrade guide.
NOTE: Before the upgrade please make sure to go through the steps and checks on the following sections:
- SuiteDocs - Suite 8 upgrade guide - 1. Before upgrading
- SuiteDocs - Suite 8 upgrade guide - 2. Upgrading to SuiteCRM 8.2.x+ versions
A summary of what you need to do is:
-
Create folder
tmp/package/upgrade
within your instance root folder- i.e. a the same level as the
core
or thepublic
- i.e. a the same level as the
-
Copy the
SuiteCRM-8.6.0.zip
to the newtmp/package/upgrade
folder -
Go to back the root folder of your instance and run the steps:
- please note that in the following commands you need to replace the variables between
< >
- By the way, I always run permissions before and after each step, as the following steps show just to make sure…
- please note that in the following commands you need to replace the variables between
sudo chmod -R <your_permissions> .
sudo chown -R "<your_user>:<your_group>" .
sudo chmod +x bin/console
php bin/console suitecrm:app:upgrade -t "SuiteCRM-8.6.0"
sudo chmod -R <your_permissions> .
sudo chown -R "<your_user>:<your_group>" .
sudo chmod +x bin/console
php bin/console suitecrm:app:upgrade-finalize -t "SuiteCRM-8.6.0"
sudo chmod -R <your_permissions> .
sudo chown -R "<your_user>:<your_group>" .
sudo chmod +x bin/console
- Restart your apache server if needed.