From 8a1706696183c51d8a82d265331ea484b95c2926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Botond=20D=C3=A9nes?= Date: Thu, 16 Mar 2023 07:45:17 +0200 Subject: [PATCH] Merge 'doc: Updates the recommended OS to be Ubuntu 22.04' from Anna Stuchlik Fixes https://github.com/scylladb/scylladb/issues/13138 Fixes https://github.com/scylladb/scylladb/issues/13153 This PR: - Fixes outdated information about the recommended OS. Since version 5.2, the recommended OS should be Ubuntu 22.04 because that OS is used for building the ScyllaDB image. - Adds the OS support information for version 5.2. This PR (both commits) needs to be backported to branch-5.2. Closes #13188 * github.com:scylladb/scylladb: doc: Add OS support for version 5.2 doc: Updates the recommended OS to be Ubuntu 22.04 (cherry picked from commit f4b567980488f3e41ff3ba5bf7050a9e73073dcd) --- docs/getting-started/os-support.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/getting-started/os-support.rst b/docs/getting-started/os-support.rst index ff88b4b106..41c7f2829a 100644 --- a/docs/getting-started/os-support.rst +++ b/docs/getting-started/os-support.rst @@ -25,11 +25,7 @@ ScyllaDB Open Source .. note:: - Recommended OS and ScyllaDB AMI/Image OS for ScyllaDB Open Source: - - - Ubuntu 20.04 for versions 4.6 and later. - - CentOS 7 for versions earlier than 4.6. - + The recommended OS for ScyllaDB Open Source is Ubuntu 22.04. +----------------------------+----------------------------------+-----------------------------+---------+-------+ | Linux Distributions | Ubuntu | Debian | CentOS /| Rocky/| @@ -37,6 +33,8 @@ ScyllaDB Open Source +----------------------------+------+------+------+------+------+------+------+-------+-------+---------+-------+ | ScyllaDB Version / Version | 14.04| 16.04| 18.04|20.04 |22.04 | 8 | 9 | 10 | 11 | 7 | 8 | +============================+======+======+======+======+======+======+======+=======+=======+=========+=======+ +| 5.2 | |x| | |x| | |v| | |v| | |v| | |x| | |x| | |v| | |v| | |v| | |v| | ++----------------------------+------+------+------+------+------+------+------+-------+-------+---------+-------+ | 5.1 | |x| | |x| | |v| | |v| | |v| | |x| | |x| | |v| | |v| | |v| | |v| | +----------------------------+------+------+------+------+------+------+------+-------+-------+---------+-------+ | 5.0 | |x| | |x| | |v| | |v| | |v| | |x| | |x| | |v| | |v| | |v| | |v| | @@ -63,17 +61,18 @@ ScyllaDB Open Source +----------------------------+------+------+------+------+------+------+------+-------+-------+---------+-------+ -All releases are available as a Docker container, EC2 AMI, and a GCP image (GCP image from version 4.3). +All releases are available as a Docker container, EC2 AMI, and a GCP image (GCP image from version 4.3). Since +version 5.2, the ScyllaDB AMI/Image OS for ScyllaDB Open Source is based on Ubuntu 22.04. + ScyllaDB Enterprise -------------------- .. note:: - Recommended OS and ScyllaDB AMI/Image OS for ScyllaDB Enterprise: - - Ubuntu 20.04 for versions 2021.1 and later. - - CentOS 7 for versions earlier than 2021.1. + The recommended OS for ScyllaDB Enterprise is Ubuntu 22.04. + +----------------------------+-----------------------------------+---------------------------+--------+-------+ | Linux Distributions | Ubuntu | Debian | CentOS/| Rocky/| @@ -95,4 +94,5 @@ ScyllaDB Enterprise +----------------------------+------+------+------+------+-------+------+------+------+------+--------+-------+ -All releases are available as a Docker container, EC2 AMI, and a GCP image (GCP image from version 2021.1). +All releases are available as a Docker container, EC2 AMI, and a GCP image (GCP image from version 2021.1). Since +version 2023.1, the ScyllaDB AMI/Image OS for ScyllaDB Enterprise is based on Ubuntu 22.04.