From 682dc3dd5fd09c9105e01df5776c451381580dad Mon Sep 17 00:00:00 2001 From: Tzach Livyatan Date: Mon, 28 Oct 2024 09:55:16 +0200 Subject: [PATCH] Update os-support-info.rst - add CentOS ScyllaDB support RHEL 9 and derivatives, including CentOS 9. Fix https://github.com/scylladb/scylladb/issues/21309 (cherry picked from commit 960072ca8a68185214ce9b83c71d29b2db0b3b24) --- docs/getting-started/_common/os-support-info.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/_common/os-support-info.rst b/docs/getting-started/_common/os-support-info.rst index 84a4c747d9..3151e0bbd0 100644 --- a/docs/getting-started/_common/os-support-info.rst +++ b/docs/getting-started/_common/os-support-info.rst @@ -1,8 +1,8 @@ You can `build ScyllaDB from source `_ on other x86_64 or aarch64 platforms, without any guarantees. +----------------------------+--------------------+-------+---------------+ -| Linux Distributions |Ubuntu | Debian| Rocky / | -| | | | RHEL | +| Linux Distributions |Ubuntu | Debian|Rocky / CentOS | +| | | |/ RHEL | +----------------------------+------+------+------+-------+-------+-------+ | ScyllaDB Version / Version |20.04 |22.04 |24.04 | 11 | 8 | 9 | +============================+======+======+======+=======+=======+=======+ @@ -18,4 +18,4 @@ Supported Architecture ----------------------------- ScyllaDB Open Source supports x86_64 for all versions and AArch64 starting from ScyllaDB 4.6 and nightly build. -In particular, aarch64 support includes AWS EC2 Graviton. \ No newline at end of file +In particular, aarch64 support includes AWS EC2 Graviton.