From 695b102097f263621dde8d01fcf0dbd87158e6f8 Mon Sep 17 00:00:00 2001 From: Ivan Diaz Date: Sun, 19 Aug 2018 21:26:03 -0300 Subject: [PATCH] Updated How to Upgrade (markdown) --- How-to-Upgrade.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/How-to-Upgrade.md b/How-to-Upgrade.md index 4c1de93..084f1dd 100644 --- a/How-to-Upgrade.md +++ b/How-to-Upgrade.md @@ -22,6 +22,15 @@ Upgrading from one OpenSupports version to another consists in replacing the cur 1. Do a database backup before upgrading for safety 2. Download the upgrade [zip file](https://github.com/opensupports/opensupports/releases/download/v4.1.3/opensupports_v4.1.3_update.zip) 3. Replace the OpenSupports files in your server with the content of the zip file. -4. Go to the folder `version_upgrades/4.1.2/` and run the script with `php 4.1.3.php` +4. Go to the folder `version_upgrades/4.1.3/` and run the script with `php 4.1.3.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.1.3 -> v4.2.0 + +1. Do a database backup before upgrading for safety +2. Download the upgrade [zip file](https://github.com/opensupports/opensupports/releases/download/v4.2.0/opensupports_v4.2.0_update.zip) +3. Replace the OpenSupports files in your server with the content of the zip file. +4. Go to the folder `version_upgrades/4.2.0/` and run the script with `php 4.2.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. \ No newline at end of file