From f00e4b0657ea6c5726df1d71d2e3c14bff72fc14 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Mon, 17 Dec 2018 20:20:35 +0800 Subject: [PATCH] Fix incorrect sql file name. --- en_US/iredmail-easy/iredmail-easy.best.practice.md | 4 ++-- en_US/upgrade/0-upgrade.iredmail.0.9.8-0.9.9.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/en_US/iredmail-easy/iredmail-easy.best.practice.md b/en_US/iredmail-easy/iredmail-easy.best.practice.md index b1956190..4b3baea5 100644 --- a/en_US/iredmail-easy/iredmail-easy.best.practice.md +++ b/en_US/iredmail-easy/iredmail-easy.best.practice.md @@ -2,7 +2,7 @@ [TOC] -## How fearless upgrade works +## How the fearless upgrade works iRedMail Easy splits config files of softwares to 2 parts: Core and Custom, this is the magic of fearless one-click upgrade. @@ -125,7 +125,7 @@ same way. ### The rest -* SOGo doesn't support any of the ways mentioned above, please read [details below](#sogo). +* SOGo doesn't support any of the ways mentioned above, if you need to modify any settings, please either use `/opt/iredmail/custom/sogo/custom.sh` to modify please read [details below](#sogo). ## Softwares diff --git a/en_US/upgrade/0-upgrade.iredmail.0.9.8-0.9.9.md b/en_US/upgrade/0-upgrade.iredmail.0.9.8-0.9.9.md index 4c92ca80..b0ff2b56 100644 --- a/en_US/upgrade/0-upgrade.iredmail.0.9.8-0.9.9.md +++ b/en_US/upgrade/0-upgrade.iredmail.0.9.8-0.9.9.md @@ -396,8 +396,8 @@ different mailbox format, or set different mailbox for new user. Download SQL template file used to update SQL database: ``` -cd /root/ -wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.9/iredmail.mysql +cd /tmp/ +wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.9/iredmail.pgsql ``` * Run shell commands as root user below to connect to PostgreSQL server: @@ -405,7 +405,7 @@ wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.9/iredmail. ``` # su - postgres $ psql -d vmail -sql> \i /tmp/mysql.pgsql +sql> \i /tmp/iredmail.pgsql ``` ### Dovecot: read mailbox format from SQL