Fix incorrect sql file name.

This commit is contained in:
Zhang Huangbin 2018-12-17 20:20:35 +08:00
parent e625800ebd
commit f00e4b0657
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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