Add note: do not rename iRedAdmin directory name while upgrading.

Installing iRedMail with remote mysql server, if it's IPv6 address, please use '[xx:yy:zz:...]' instead of 'xx:yy:zz:...'.
This commit is contained in:
Zhang Huangbin 2017-10-31 13:40:38 +08:00
parent e499283dd2
commit bc4daf6e1f
4 changed files with 20 additions and 0 deletions

View File

@ -103,6 +103,11 @@ DROP USER 'vmailadmin'@'192.168.1.200';
Please follow iRedMail installation guide strictly, but start iRedMail
installer with below command instead of the original one (`bash iRedMail.sh`):
!!! warning
If you use an IPv6 address for remote MySQL server address , please
surround it with `[]` like this: `[fd01:2345:6789:1::1]`.
```
USE_EXISTING_MYSQL='YES' \
MYSQL_SERVER_ADDRESS='192.168.1.100' \

View File

@ -51,6 +51,11 @@ either open source edition or iRedAdmin-Pro).
the version number).
* Uncompress and upgrade iRedAdmin:
!!! warning
Do not rename the extracted directory (`iRedAdmin-x.y.z`), otherwise
upgrade may fail.
```
# cd /root/
# tar xjf iRedAdmin-x.y.z.tar.bz2

View File

@ -120,6 +120,11 @@ DROP USER 'vmailadmin'@'192.168.1.200';
<h2 id="install-iredmail">Install iRedMail</h2>
<p>Please follow iRedMail installation guide strictly, but start iRedMail
installer with below command instead of the original one (<code>bash iRedMail.sh</code>):</p>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>If you use an IPv6 address for remote MySQL server address , please
surround it with <code>[]</code> like this: <code>[fd01:2345:6789:1::1]</code>.</p>
</div>
<pre><code>USE_EXISTING_MYSQL='YES' \
MYSQL_SERVER_ADDRESS='192.168.1.100' \
MYSQL_SERVER_PORT='3306' \

View File

@ -85,6 +85,11 @@ either open source edition or iRedAdmin-Pro).</p>
the version number).</li>
<li>Uncompress and upgrade iRedAdmin:</li>
</ul>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>Do not rename the extracted directory (<code>iRedAdmin-x.y.z</code>), otherwise
upgrade may fail.</p>
</div>
<pre><code># cd /root/
# tar xjf iRedAdmin-x.y.z.tar.bz2
# cd iRedAdmin-x.y.z/tools/