Update upgrade.debian.10-11.html.

This commit is contained in:
Zhang Huangbin 2021-09-15 23:38:42 +08:00
parent 5b353e0f9a
commit e007df23ef
2 changed files with 23 additions and 0 deletions

View File

@ -11,6 +11,19 @@
SOGo team doesn't offer binary packages for Debian 11 yet, so you can not use SOGo team doesn't offer binary packages for Debian 11 yet, so you can not use
SOGo at all. SOGo at all.
## Dovecot
Please remove these lines from `/etc/dovecot/dovecot.conf`:
```
metric imap_command_finished {
event_name = imap_command_finished
}
```
Newer Dovecot release has different syntax for metric. Since netdata doesn't
support Dovecot-2.3 yet, we prefer removing it for now.
## iRedAPD and iRedAdmin(-Pro) ## iRedAPD and iRedAdmin(-Pro)
Debian 11 offers newer Python release, few Python modules must be re-installed: Debian 11 offers newer Python release, few Python modules must be re-installed:

View File

@ -20,6 +20,7 @@
<ul> <ul>
<li><a href="#fixes-you-need-after-upgrading-debian-from-10-to-11">Fixes you need after upgrading Debian from 10 to 11</a><ul> <li><a href="#fixes-you-need-after-upgrading-debian-from-10-to-11">Fixes you need after upgrading Debian from 10 to 11</a><ul>
<li><a href="#sogo-groupware">SOGo Groupware</a></li> <li><a href="#sogo-groupware">SOGo Groupware</a></li>
<li><a href="#dovecot">Dovecot</a></li>
<li><a href="#iredapd-and-iredadmin-pro">iRedAPD and iRedAdmin(-Pro)</a></li> <li><a href="#iredapd-and-iredadmin-pro">iRedAPD and iRedAdmin(-Pro)</a></li>
<li><a href="#php-fpm">php-fpm</a></li> <li><a href="#php-fpm">php-fpm</a></li>
</ul> </ul>
@ -33,6 +34,15 @@
<h2 id="sogo-groupware">SOGo Groupware</h2> <h2 id="sogo-groupware">SOGo Groupware</h2>
<p>SOGo team doesn't offer binary packages for Debian 11 yet, so you can not use <p>SOGo team doesn't offer binary packages for Debian 11 yet, so you can not use
SOGo at all.</p> SOGo at all.</p>
<h2 id="dovecot">Dovecot</h2>
<p>Please remove these lines from <code>/etc/dovecot/dovecot.conf</code>:</p>
<pre><code>metric imap_command_finished {
event_name = imap_command_finished
}
</code></pre>
<p>Newer Dovecot release has different syntax for metric. Since netdata doesn't
support Dovecot-2.3 yet, we prefer removing it for now.</p>
<h2 id="iredapd-and-iredadmin-pro">iRedAPD and iRedAdmin(-Pro)</h2> <h2 id="iredapd-and-iredadmin-pro">iRedAPD and iRedAdmin(-Pro)</h2>
<p>Debian 11 offers newer Python release, few Python modules must be re-installed:</p> <p>Debian 11 offers newer Python release, few Python modules must be re-installed:</p>
<pre><code>pip3 install -U web.py <pre><code>pip3 install -U web.py