From fcd3cacfbc3b70ef54a2607b7c7acfbf1dad0457 Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" <faf@ossg.ru> Date: Fri, 24 Jul 2015 13:23:42 +0300 Subject: [PATCH] Add brief update instruction into README --- src/mibew/README.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/mibew/README.txt b/src/mibew/README.txt index 8ca76ff5..26db1dd1 100644 --- a/src/mibew/README.txt +++ b/src/mibew/README.txt @@ -37,3 +37,18 @@ On unix/linux platforms change the owner of /mibew/files/avatar and (for instance, www). The owner should have all rights on the folders /mibew/files/avatar and /mibew/cache (chmod 0700 /mibew/files/avatar && chmod 0700 /mibew/cache). + +UPDATE + +1. Backup your actual installation (i.e. code and database). +2. Delete all items in your Mibew Messenger directory on the server. +3. Unpack the archive with the official distrubition in that directory. +4. Remove install.php file. +5. Restore configuration (configs/ directory), plugins (plugins/ directory), + (maybe) custom styles (if you have any), (maybe) additional + locales (if you use any), and avatars (files/avatar/ directory) from the + backup you've made at the step 1. +6. Visit http://<yourdomain>/<path to your Mibew Messenger>/update and follow + the instructions to update the database tables (if needed). + +