From dbf56955b096ab0be2cb390a6946d08f2e406c12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Wed, 21 Nov 2012 19:26:15 +0100 Subject: [PATCH] Update UPGRADE.md Corrected 'executed' and modified item 5. --- UPGRADE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UPGRADE.md b/UPGRADE.md index 03d58a6..fd40a3a 100755 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -7,10 +7,10 @@ This document explains how to upgrade your Baïkal installation 3. Download and unzip baïkal to exact folder of your old installation: `/var/baikal` in our example. 4. If working on SSH, apply correct ownership/permissions to files. 1. For the ownership, you can refer to the old installation `baikal-old`. Use `ls -l baikal-old/` command to see the ownership (for example `root:www-data`), and then set them with `sudo chown -Rf root:www-data baikal` - 2. For the permissions, you can eecute the following command: `sudo chmod -Rf 770 baikal` -5. If you are using SQLite, replace the folder `baikal/Specific` (the new one) by `baikal-old/Specific` (the old one) + 2. For the permissions, you can execute the following command: `sudo chmod -Rf 770 baikal` +5. Replace the folder `baikal/Specific` (the new one) by `baikal-old/Specific` (the old one) (even for MySQL) 6. Using your browser, navigate to your baikal admin, the Upgrade wizard should start. ## Troubleshooting -See Troubelshooting.md \ No newline at end of file +See Troubleshooting.md \ No newline at end of file