diff --git a/en_US/howto/upgrade.debian.10-11.md b/en_US/howto/upgrade.debian.10-11.md new file mode 100644 index 00000000..eccd2580 --- /dev/null +++ b/en_US/howto/upgrade.debian.10-11.md @@ -0,0 +1,22 @@ +# Fixes you need after upgrading Debian from 10 to 11 + +[TOC] + +!!! warning + + This is still a DRAFT document, it may miss some other important changes. + +## iRedAPD and iRedAdmin(-Pro) + +Debian 11 offers newer Python release, few Python modules must be re-installed: + +``` +pip3 install -U web.py +``` + +Services must be restarted: + +``` +service iredapd restart +service iredadmin restart +``` diff --git a/html/index.html b/html/index.html index b76524d6..2bbeaa5e 100644 --- a/html/index.html +++ b/html/index.html @@ -154,6 +154,7 @@
  • Store SpamAssassin bayes in SQL
  • Run web applications under subdomain with Nginx
  • Track user last login time
  • +
  • Fixes you need after upgrading Debian from 10 to 11
  • Fixes you need after upgrading Debian from 8 to 9
  • Fixes you need after upgrading Debian from 9 to 10
  • Upgrade Dovecot from 2.2.x to 2.3.x
  • diff --git a/html/upgrade.debian.10-11.html b/html/upgrade.debian.10-11.html new file mode 100644 index 00000000..a3a3613d --- /dev/null +++ b/html/upgrade.debian.10-11.html @@ -0,0 +1,41 @@ + + + + + Fixes you need after upgrading Debian from 10 to 11 + + + + +

    Fixes you need after upgrading Debian from 10 to 11

    +
    + +
    +
    +

    Warning

    +

    This is still a DRAFT document, it may miss some other important changes.

    +
    +

    iRedAPD and iRedAdmin(-Pro)

    +

    Debian 11 offers newer Python release, few Python modules must be re-installed:

    +
    pip3 install -U web.py
    +
    + +

    Services must be restarted:

    +
    service iredapd restart
    +service iredadmin restart
    +
    \ No newline at end of file