Updated How to Upgrade (markdown)

Ivan Diaz 2018-11-29 19:38:54 -03:00
parent d1032fbc24
commit 3f4068a2d3
1 changed files with 9 additions and 1 deletions

@ -56,3 +56,11 @@ Upgrading from one OpenSupports version to another consists in replacing the cur
2. Download the upgrade [zip file](https://github.com/opensupports/opensupports/releases/download/v4.3.1/opensupports_v4.3.1_update.zip) 2. Download the upgrade [zip file](https://github.com/opensupports/opensupports/releases/download/v4.3.1/opensupports_v4.3.1_update.zip)
3. Replace the OpenSupports files in your server with the content of the zip file. 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. 4. Upgrade should be complete. If you had some issues, feel free to open a ticket here at github.
## Upgrade v4.3.1 -> v4.3.2
1. Do a database backup before upgrading for safety
2. Download the upgrade [zip file](https://github.com/opensupports/opensupports/releases/download/v4.3.2/opensupports_v4.3.2_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.3.2/` and run the script with `php 4.3.2.php` **WARNING: Email Templates will be restored to their original value.**
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.