From a02a0c2a0bbd43cda187c35c71447922a8cf8737 Mon Sep 17 00:00:00 2001 From: J Sivakumaran Date: Fri, 6 May 2016 09:35:34 -0700 Subject: [PATCH] Update UPGRADE.txt --- UPGRADE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE.txt b/UPGRADE.txt index 488a069ce..6723f907e 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -3,7 +3,7 @@ How to Upgrade 1. Backup all your current database and OSPOS code 2. Make sure you have a copy of application/config/config.php and application/config/database.php 3. Remove all directories -4. Install tne new OSPOS +4. Install the new OSPOS 5. Run the database upgrade scripts from database/ (check which ones you need according to the version you are upgrading from) 6. Take the saved old config.php and upgrade the new config.php with any additional changes you made in the old. Take time to understand if new config rules require some changes (e.g. encryption keys)