Sync iRedMail upgrade tutorial: add section for upgrading mlmmjadmin.

This commit is contained in:
Zhang Huangbin 2018-12-19 16:37:31 +08:00
parent 1c2d03e751
commit 939ae8977a
4 changed files with 19 additions and 8 deletions

View File

@ -10,6 +10,7 @@
## ChangeLog
* Dec 19, 2018, add section for upgrading mlmmjadmin.
* Dec 17, 2018, initial release.
## General (All backends should apply these changes)
@ -35,6 +36,11 @@ Please follow this tutorial to upgrade iRedAdmin open source edition to the
latest stable release:
[Upgrade iRedAdmin to the latest stable release](./migrate.or.upgrade.iredadmin.html)
### Upgrade mlmmjadmin to the latest stable release (1.9)
Please follow below tutorial to upgrade mlmmjadmin to the latest stable release:
[Upgrade mlmmjadmin to the latest stable release](./upgrade.mlmmjadmin.html)
### Upgrade Roundcube webmail to the latest stable release (1.3.8)
!!! warning "Roundcube 1.3"

View File

@ -12,13 +12,13 @@
* Login to the iRedMail server first, and switch to root user with `su` or `sudo`.
* Download the latest package with `wget` command, extract download package and
run a script to upgrade it. Note: We use version `1.2` for example here, `1.2.tar.gz`.
run a script to upgrade it. Note: We use version `1.9` for example here, `1.9.tar.gz`.
```
cd /root/
wget https://github.com/iredmail/mlmmjadmin/archive/1.2.tar.gz
tar zxf 1.2.tar.gz
cd mlmmjadmin-1.2/tools/
wget https://github.com/iredmail/mlmmjadmin/archive/1.9.tar.gz
tar zxf 1.9.tar.gz
cd mlmmjadmin-1.9/tools/
bash upgrade_mlmmjadmin.sh
```

View File

@ -24,6 +24,7 @@
<li><a href="#update-etciredmail-release-with-new-iredmail-version-number">Update /etc/iredmail-release with new iRedMail version number</a></li>
<li><a href="#upgrade-iredapd-postfix-policy-server-to-the-latest-stable-release-23">Upgrade iRedAPD (Postfix policy server) to the latest stable release (2.3)</a></li>
<li><a href="#upgrade-iredadmin-open-source-edition-to-the-latest-stable-release-093">Upgrade iRedAdmin (open source edition) to the latest stable release (0.9.3)</a></li>
<li><a href="#upgrade-mlmmjadmin-to-the-latest-stable-release-19">Upgrade mlmmjadmin to the latest stable release (1.9)</a></li>
<li><a href="#upgrade-roundcube-webmail-to-the-latest-stable-release-138">Upgrade Roundcube webmail to the latest stable release (1.3.8)</a></li>
<li><a href="#fix-improper-nginx-config-files-for-roundcube">Fix improper Nginx config files for Roundcube</a></li>
<li><a href="#improve-mlmmj-script-used-for-appending-footer-text">Improve mlmmj script used for appending footer text</a></li>
@ -63,6 +64,7 @@ check <a href="https://www.iredmail.org/support.html">the details</a> and
</div>
<h2 id="changelog">ChangeLog</h2>
<ul>
<li>Dec 19, 2018, add section for upgrading mlmmjadmin.</li>
<li>Dec 17, 2018, initial release.</li>
</ul>
<h2 id="general-all-backends-should-apply-these-changes">General (All backends should apply these changes)</h2>
@ -80,6 +82,9 @@ so that you can know which version of iRedMail you're running. For example:</p>
<p>Please follow this tutorial to upgrade iRedAdmin open source edition to the
latest stable release:
<a href="./migrate.or.upgrade.iredadmin.html">Upgrade iRedAdmin to the latest stable release</a></p>
<h3 id="upgrade-mlmmjadmin-to-the-latest-stable-release-19">Upgrade mlmmjadmin to the latest stable release (1.9)</h3>
<p>Please follow below tutorial to upgrade mlmmjadmin to the latest stable release:
<a href="./upgrade.mlmmjadmin.html">Upgrade mlmmjadmin to the latest stable release</a></p>
<h3 id="upgrade-roundcube-webmail-to-the-latest-stable-release-138">Upgrade Roundcube webmail to the latest stable release (1.3.8)</h3>
<div class="admonition warning">
<p class="admonition-title">Roundcube 1.3</p>

View File

@ -27,12 +27,12 @@
<ul>
<li>Login to the iRedMail server first, and switch to root user with <code>su</code> or <code>sudo</code>.</li>
<li>Download the latest package with <code>wget</code> command, extract download package and
run a script to upgrade it. Note: We use version <code>1.2</code> for example here, <code>1.2.tar.gz</code>.</li>
run a script to upgrade it. Note: We use version <code>1.9</code> for example here, <code>1.9.tar.gz</code>.</li>
</ul>
<pre><code>cd /root/
wget https://github.com/iredmail/mlmmjadmin/archive/1.2.tar.gz
tar zxf 1.2.tar.gz
cd mlmmjadmin-1.2/tools/
wget https://github.com/iredmail/mlmmjadmin/archive/1.9.tar.gz
tar zxf 1.9.tar.gz
cd mlmmjadmin-1.9/tools/
bash upgrade_mlmmjadmin.sh
</code></pre>