Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions content/8.x/admin/upgrading/upgrading-82x-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@ If your SuiteCRM version is lower than 8.2.x please read the following guide lin

* The upgrade between two 8.x versions is **done using the package of the version you want to upgrade to**, e.g. to upgrade from *8.2.x to 8.6.0* use the *SuiteCRM-8.6.0.zip* as the upgrade package.

*1.2.* Create the following folder on you current instance:
*1.2.* Create the following folder on your current instance:

* `<your-suitecrm-8-root-folder>/tmp/package/upgrade`

*1.3.* Place the package on the `<your-suitecrm-8-root-folder>/tmp/package/upgrade` folder

== 2. Run Upgrade

*2.1.* ⚠️ Re-set the correct permissions.
*2.1.* ⚠️ Re-set the correct permissions and make console executable
* `sudo chmod +x ./bin/console`

*2.2.* Run the upgrade command

Expand All @@ -38,7 +39,8 @@ where `<version>` is the name on the SuiteCRM 8 package you've downloaded, i.e.
./bin/console suitecrm:app:upgrade -t SuiteCRM-8.6.0
----

*2.3.* ⚠️ Re-set the correct permissions.
*2.3.* ⚠️ Re-set the correct permissions and make console executable
* `sudo chmod +x ./bin/console`

*2.4.* Run the post upgrade command

Expand Down