mirror of
https://github.com/Mibew/docs.mibew.org.git
synced 2025-05-04 07:53:08 +03:00
Update the description of update process
This commit is contained in:
parent
6cfefa8628
commit
f590e80073
@ -95,20 +95,21 @@ versions.
|
|||||||
2. Backup your `mibew/files/avatar` folder.
|
2. Backup your `mibew/files/avatar` folder.
|
||||||
3. Backup your database. Although it's not required, it's strongly recommended
|
3. Backup your database. Although it's not required, it's strongly recommended
|
||||||
to to so.
|
to to so.
|
||||||
3. Delete all items in mibew folder on the server.
|
3. Disable all plugins
|
||||||
4. Upload all files contained in the downloaded archive (retaining the
|
4. Delete all items in mibew folder on the server.
|
||||||
|
5. Upload all files contained in the downloaded archive (retaining the
|
||||||
directory structure) into mibew folder.
|
directory structure) into mibew folder.
|
||||||
5. On unix/linux platforms change the owner of `/mibew/files/avatar` and
|
6. On unix/linux platforms change the owner of `/mibew/files/avatar` and
|
||||||
`/mibew/cache` folders to the user, under which the web server is running
|
`/mibew/cache` folders to the user, under which the web server is running
|
||||||
(for instance, www). The owner should have all rights on the folders
|
(for instance, www). The owner should have all rights on the folders
|
||||||
`/mibew/files/avatar` and `/mibew/cache`
|
`/mibew/files/avatar` and `/mibew/cache`
|
||||||
(`chmod 0700 /mibew/files/avatar && chmod 0700 /mibew/cache`).
|
(`chmod 0700 /mibew/files/avatar && chmod 0700 /mibew/cache`).
|
||||||
6. Restore all settings in `mibew/configs/config.yml`
|
7. Restore all settings in `mibew/configs/config.yml`
|
||||||
7. Restore contents of `mibew/files/avatar` folder.
|
8. Restore contents of `mibew/files/avatar` folder.
|
||||||
8. Visit `http://<yourdomain>/mibew/update/` and follow the instructions
|
9. Visit `http://<yourdomain>/mibew/update/` and follow the instructions
|
||||||
to update the database tables (if needed).
|
to update the database tables (if needed).
|
||||||
9. Remove `mibew/install.php` file from your server.
|
10. Remove `mibew/install.php` file from your server.
|
||||||
|
11. Enable disabled plugins.
|
||||||
|
|
||||||
## Start work
|
## Start work
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user