Fix incorrect database name in upgrade tutorial.

This commit is contained in:
Zhang Huangbin 2018-04-12 22:32:13 +02:00
parent 2cb05f3395
commit 9b06f5d977
2 changed files with 2 additions and 2 deletions

View File

@ -774,6 +774,6 @@ wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8/amavisd.p
```
# su - postgres
$ psql -U amavisd -d vmail
$ psql -U amavisd -d amavisd
sql> \i /tmp/amavisd.pgsql
```

View File

@ -760,7 +760,7 @@ wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8/amavisd.p
<li>Run shell commands as root user below to connect to PostgreSQL server:</li>
</ul>
<pre><code># su - postgres
$ psql -U amavisd -d vmail
$ psql -U amavisd -d amavisd
sql&gt; \i /tmp/amavisd.pgsql
</code></pre><div class="footer">
<p style="text-align: center; color: grey;">All documents are available in <a href="https://bitbucket.org/zhb/iredmail-docs/src">BitBucket repository</a>, and published under <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">Creative Commons</a> license. You can <a href="https://bitbucket.org/zhb/iredmail-docs/get/tip.tar.bz2">download the latest version</a> for offline reading. If you found something wrong, please do <a href="https://www.iredmail.org/contact.html">contact us</a> to fix it.</p>