Files
scylladb/docs/getting-started/os-support.rst
Anna Stuchlik 61c822715c doc: add OS support for 2025.1 and reorganize the page
This commit adds the OS support information for version 2025.1.
In addition, the OS support page is reorganized so that:
- The content is moved from the include page _common/os-support-info.rst
  to the regular os-support.rst page. The include page was necessary
  to document different support for OSS and Enterprise versions, so
  we don't need it anymore.
- I skipped the entries for versions that won't be supported when 2025.1
  is released: 6.1 and 2023.1.
- I moved the definition of "supported" to the end of the page for better
  readability.
- I've renamed the index entry to "OS Support" to be shorter on the left menu.

Fixes https://github.com/scylladb/scylladb/issues/22474

Closes scylladb/scylladb#22476
2025-01-27 13:13:41 +01:00

37 lines
2.3 KiB
ReStructuredText

OS Support by Linux Distributions and Version
==============================================
The following matrix shows which Linux distributions, containers, and images
are :ref:`supported <os-support-definition>` with which versions of ScyllaDB.
+-------------------------------+--------------------+-------+------------------+---------------+
| Linux Distributions |Ubuntu | Debian| Rocky / Centos / | Amazon Linux |
| | | | RHEL | |
+-------------------------------+------+------+------+-------+-------+----------+---------------+
| ScyllaDB Version / OS Version |20.04 |22.04 |24.04 | 11 | 8 | 9 | 2023 |
+===============================+======+======+======+=======+=======+==========+===============+
| Enterprise 2025.1 | |v| | |v| | |v| | |v| | |v| | |v| | |v| |
+-------------------------------+------+------+------+-------+-------+----------+---------------+
| Enterprise 2024.2 | |v| | |v| | |v| | |v| | |v| | |v| | |v| |
+-------------------------------+------+------+------+-------+-------+----------+---------------+
| Enterprise 2024.1 | |v| | |v| | |x| | |v| | |v| | |v| | |x| |
+-------------------------------+------+------+------+-------+-------+----------+---------------+
| Open Source 6.2 | |v| | |v| | |v| | |v| | |v| | |v| | |v| |
+-------------------------------+------+------+------+-------+-------+----------+---------------+
All releases are available as a Docker container, EC2 AMI, GCP, and Azure images.
.. _os-support-definition:
By *supported*, it is meant that:
- A binary installation package is available to `download <https://www.scylladb.com/download/>`_.
- The download and install procedures are tested as part of the ScyllaDB release process for each version.
- An automated install is included from :doc:`ScyllaDB Web Installer for Linux tool </getting-started/installation-common/scylla-web-installer>` (for the latest versions).
You can `build ScyllaDB from source <https://github.com/scylladb/scylladb#build-prerequisites>`_
on other x86_64 or aarch64 platforms, without any guarantees.