Skip to content

[FW][FIX] administration: Ubuntu 18.04 and Debian 10 no longer supported #13403

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: saas-18.2
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/administration/on_premise/packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ be downloaded from the `Odoo download page <https://www.odoo.com/page/download>`
.. group-tab:: Debian/Ubuntu

.. note::
Odoo {CURRENT_MAJOR_VERSION} 'deb' package currently supports `Debian Buster
<https://www.debian.org/releases/buster/>`_ and `Ubuntu 18.04
<https://releases.ubuntu.com/18.04>`_ or above.
Odoo {CURRENT_MAJOR_VERSION} 'deb' package currently supports `Debian Bookworm (12)
<https://www.debian.org/releases/bookworm/>`_ and `Ubuntu Jammy (22.04LTS)
<https://releases.ubuntu.com/jammy>`_ or above.

Once downloaded, execute the following commands **as root** to install Odoo as a service,
create the necessary PostgreSQL user, and automatically start the server:
Expand Down