From 3a020bc868b9625b3a0de9a78c6f99a294ed9c20 Mon Sep 17 00:00:00 2001 From: Ivan Diaz Date: Wed, 28 Jun 2017 12:08:06 -0300 Subject: [PATCH] Created How to Upgrade version (markdown) --- How-to-Upgrade-version.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 How-to-Upgrade-version.md diff --git a/How-to-Upgrade-version.md b/How-to-Upgrade-version.md new file mode 100644 index 0000000..be4cb87 --- /dev/null +++ b/How-to-Upgrade-version.md @@ -0,0 +1,9 @@ +Upgrading from one OpenSupports version to another consists in replacing the current files on your server and sometimes run a `.sql` script to upgrade your MySQL database. + +## Upgrade v4.0b => v4.1 + +1. Download the upgrade [zip file](https://github.com/opensupports/opensupports/releases/download/v4.1.0/opensupports_v4.1_update.zip) +2. Put your system in maintenance (no necessary, but recommended, you can do it in the admin panel). +3. Replace the OpenSupports files in your server with the content of the zip file. +4. Execute [this script](https://github.com/opensupports/opensupports/blob/master/db_upgrades/4.1.sql) in your OpenSupports' MySQL database. +5. Upgrade should be complete. If you had some issues, feel free to open a ticket here at github. \ No newline at end of file