From a7a201bd58525d4c879ed576591fbb65af54ed78 Mon Sep 17 00:00:00 2001 From: Guillermo Giuliana Date: Wed, 5 Feb 2020 23:29:01 -0300 Subject: [PATCH] Updated How to Upgrade (markdown) --- How-to-Upgrade.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/How-to-Upgrade.md b/How-to-Upgrade.md index 2d2ef0c..2e0f1dd 100644 --- a/How-to-Upgrade.md +++ b/How-to-Upgrade.md @@ -88,3 +88,10 @@ Upgrading from one OpenSupports version to another consists in replacing the cur 4. Go to the folder `version_upgrades/4.6.0/` and run the script with `php 4.6.0.php` 5. After the script is done, remove the folder `version_upgrades` 6. Upgrade should be complete. If you had some issues, feel free to open a ticket here at github. + +## Upgrade v4.6.0 -> v4.6.1 + +1. Do a database backup before upgrading for safety +2. Download the upgrade [zip file](https://github.com/opensupports/opensupports/releases/download/v4.6.1/opensupports_v4.6.1_update.zip) +3. Replace the OpenSupports files in your server with the content of the zip file. +4. Upgrade should be complete. If you had some issues, feel free to open a ticket here at github.