Update upgrade.debian.9-10.html.

This commit is contained in:
iredmail 2019-10-14 15:50:23 +08:00
parent c2973094cc
commit 89ce3ab05b
2 changed files with 4 additions and 20 deletions

View File

@ -52,14 +52,5 @@ Debian 9 offers PHP-5, but Debian 10 has PHP-7.3, you need to upgrade it to 7.3
## SOGo Groupware
SOGo packages were removed during upgrading Debian, but SOGo team doesn't
offer nightly build binary packages for Debian 10. We have to remove the
old apt repo (`/etc/apt/sources.list.d/sogo-nightly.list`) and use the sogo
packages offered in Debian 10 official apt repo.
```
rm -f /etc/apt/sources.list.d/sogo-nightly.repo
apt update
apt install sogo
service sogo restart
```
Please replace `stretch` by `buster` in file
`/etc/apt/sources.list.d/sogo-nightly.repo`, then upgrade sogo packages.

View File

@ -105,15 +105,8 @@
<h2 id="php">PHP</h2>
<p>Debian 9 offers PHP-5, but Debian 10 has PHP-7.3, you need to upgrade it to 7.3 manually.</p>
<h2 id="sogo-groupware">SOGo Groupware</h2>
<p>SOGo packages were removed during upgrading Debian, but SOGo team doesn't
offer nightly build binary packages for Debian 10. We have to remove the
old apt repo (<code>/etc/apt/sources.list.d/sogo-nightly.list</code>) and use the sogo
packages offered in Debian 10 official apt repo.</p>
<pre><code>rm -f /etc/apt/sources.list.d/sogo-nightly.repo
apt update
apt install sogo
service sogo restart
</code></pre><div class="footer">
<p>Please replace <code>stretch</code> by <code>buster</code> in file
<code>/etc/apt/sources.list.d/sogo-nightly.repo</code>, then upgrade sogo packages.</p><div class="footer">
<p style="text-align: center; color: grey;">All documents are available in <a href="https://github.com/iredmail/docs/">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://github.com/iredmail/docs/archive/master.zip">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>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->