Sync upgrade tutorials.

This commit is contained in:
Zhang Huangbin 2021-02-16 13:27:43 +08:00
parent 30b2ef4e65
commit 75b3693086
4 changed files with 25 additions and 8 deletions

View File

@ -27,9 +27,9 @@ Run commands below on your iRedMail server:
```
cd /root
wget -O iRedAPD-4.8.tar.gz https://github.com/iredmail/iRedAPD/archive/4.8.tar.gz
tar zxf iRedAPD-4.8.tar.gz
cd iRedAPD-4.8/tools/
wget -O iRedAPD-4.9.tar.gz https://github.com/iredmail/iRedAPD/archive/4.9.tar.gz
tar zxf iRedAPD-4.9.tar.gz
cd iRedAPD-4.9/tools/
bash upgrade_iredapd.sh
```

View File

@ -14,7 +14,7 @@
## ChangeLog
* XX XX, 2020: initial release.
* XX XX, 2021: initial release.
## General (All backends should apply these changes)
@ -28,6 +28,15 @@ so that you can know which version of iRedMail you're running. For example:
1.4.0
```
### Upgrade iRedAPD (Postfix policy server) to the latest stable release (4.9)
!!! attention
iRedAPD has been migrated to Python 3 and doesn't support Python 2 anymore.
Please follow below tutorial to upgrade iRedAPD to the latest stable release:
[Upgrade iRedAPD to the latest stable release](./upgrade.iredapd.html)
### Upgrade iRedAdmin (open source edition) to the latest stable release (1.2)
!!! attention

View File

@ -46,9 +46,9 @@
to the latest stable release on listed distribution releases listed above.</p>
<p>Run commands below on your iRedMail server:</p>
<pre><code>cd /root
wget -O iRedAPD-4.8.tar.gz https://github.com/iredmail/iRedAPD/archive/4.8.tar.gz
tar zxf iRedAPD-4.8.tar.gz
cd iRedAPD-4.8/tools/
wget -O iRedAPD-4.9.tar.gz https://github.com/iredmail/iRedAPD/archive/4.9.tar.gz
tar zxf iRedAPD-4.9.tar.gz
cd iRedAPD-4.9/tools/
bash upgrade_iredapd.sh
</code></pre>

View File

@ -22,6 +22,7 @@
<li><a href="#changelog">ChangeLog</a></li>
<li><a href="#general-all-backends-should-apply-these-changes">General (All backends should apply these changes)</a><ul>
<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-49">Upgrade iRedAPD (Postfix policy server) to the latest stable release (4.9)</a></li>
<li><a href="#upgrade-iredadmin-open-source-edition-to-the-latest-stable-release-12">Upgrade iRedAdmin (open source edition) to the latest stable release (1.2)</a></li>
<li><a href="#fixed-fail2ban-can-not-store-ip-address-when-its-country-name-contains-quotes">Fixed: Fail2ban can not store IP address when its country name contains quotes</a></li>
</ul>
@ -42,7 +43,7 @@ check <a href="https://www.iredmail.org/support.html">the details</a> and
</div>
<h2 id="changelog">ChangeLog</h2>
<ul>
<li>XX XX, 2020: initial release.</li>
<li>XX XX, 2021: initial release.</li>
</ul>
<h2 id="general-all-backends-should-apply-these-changes">General (All backends should apply these changes)</h2>
<h3 id="update-etciredmail-release-with-new-iredmail-version-number">Update <code>/etc/iredmail-release</code> with new iRedMail version number</h3>
@ -52,6 +53,13 @@ so that you can know which version of iRedMail you're running. For example:</p>
<pre><code>1.4.0
</code></pre>
<h3 id="upgrade-iredapd-postfix-policy-server-to-the-latest-stable-release-49">Upgrade iRedAPD (Postfix policy server) to the latest stable release (4.9)</h3>
<div class="admonition attention">
<p class="admonition-title">Attention</p>
<p>iRedAPD has been migrated to Python 3 and doesn't support Python 2 anymore.</p>
</div>
<p>Please follow below tutorial to upgrade iRedAPD to the latest stable release:
<a href="./upgrade.iredapd.html">Upgrade iRedAPD to the latest stable release</a></p>
<h3 id="upgrade-iredadmin-open-source-edition-to-the-latest-stable-release-12">Upgrade iRedAdmin (open source edition) to the latest stable release (1.2)</h3>
<div class="admonition attention">
<p class="admonition-title">Attention</p>