Files
scylladb/docs/troubleshooting/index.rst
Anna Stuchlik 84281f900f doc: remove the troubleshooting section on upgrades from OSS
This commit removes a document originally created to troubleshoot
upgrades from Open Source to Enterprise.

Since we no longer support Open Source, this document is now redundant.

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

Closes scylladb/scylladb#28248
2026-01-26 14:02:53 +02:00

39 lines
1.3 KiB
ReStructuredText

=========================
Troubleshooting ScyllaDB
=========================
.. toctree::
:hidden:
:maxdepth: 2
support/index
startup/index
cluster/index
modeling/index
storage/index
CQL/index
monitor/index
install-remove/index
ScyllaDB's troubleshooting section contains articles which are targeted to pinpoint and answer problems with ScyllaDB. For broader issues and workarounds, consult the :doc:`Knowledge base </kb/index>`.
Keep your versions up-to-date. The two latest versions are supported. Also, always install the latest patches for your version.
.. panel-box::
:title: Troubleshooting Topics
:id: "getting-started"
:class: my-panel
* :doc:`Errors and ScyllaDB Customer Support <support/index>`
* :doc:`ScyllaDB Startup <startup/index>`
* :doc:`ScyllaDB Cluster and Node <cluster/index>`
* :doc:`Data Modeling <modeling/index>`
* :doc:`Data Storage and SSTables <storage/index>`
* :doc:`CQL errors <CQL/index>`
* :doc:`ScyllaDB Monitoring and ScyllaDB Manager <monitor/index>`
* :doc:`Installation and Removal <install-remove/index>`
Also check out the `Monitoring lesson <https://university.scylladb.com/courses/scylla-operations/lessons/scylla-monitoring/>`_ on ScyllaDB University, which covers how to troubleshoot different issues when running a ScyllaDB cluster.