Improve instruction for update (Fixes #189)

This commit is contained in:
Fedor A. Fetisov 2017-03-18 00:57:05 +03:00
parent 88ba0f148e
commit 82704cfbd6

View File

@ -41,14 +41,16 @@ On unix/linux platforms change the owner of /mibew/files/avatar and
UPDATE UPDATE
1. Backup your actual installation (i.e. code and database). 1. Backup your actual installation (i.e. code and database).
2. Delete all items in your Mibew Messenger directory on the server. 2. Disable all plugins.
3. Unpack the archive with the official distrubition in that directory. 3. Delete all items in your Mibew Messenger directory on the server.
4. Remove install.php file. 4. Unpack the archive with the official distrubition in that directory.
5. Restore configuration (configs/ directory), plugins (plugins/ directory), 5. Remove install.php file.
6. Restore configuration (configs/ directory), plugins (plugins/ directory),
(maybe) custom styles (if you have any), (maybe) additional (maybe) custom styles (if you have any), (maybe) additional
locales (if you use any), and avatars (files/avatar/ directory) from the locales (if you use any), and avatars (files/avatar/ directory) from the
backup you've made at the step 1. backup you've made at the step 1.
6. Visit http://<yourdomain>/<path to your Mibew Messenger>/update and follow 7. Visit http://<yourdomain>/<path to your Mibew Messenger>/update and follow
the instructions to update the database tables (if needed). the instructions to update the database tables (if needed).
8. Enable disabled plugins.