Files
scylla/docs/operating-scylla/procedures/cluster-management/safe-start.rst
Anna Stuchlik 37237407f6 doc: remove info about outdated versions
This PR removes information about outdated versions, including disclaimers and information when a given feature was added.
Now that the documentation is versioned, information about outdated versions is unnecessary (and makes the docs harder to read).

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

Closes scylladb/scylladb#17430
2024-02-20 19:32:13 +02:00

19 lines
626 B
ReStructuredText

=========================
Start Clusters Cleanly
=========================
In cases where you needed to shut down your cluster, use this procedure to bring it back up.
**Before you begin**
Confirm that the cluster was shut down using the :doc:`shutdown procedure <safe-shutdown>`.
**Procedure**
#. Start the nodes in parallel.
.. include:: /rst_include/scylla-commands-start-index.rst
#. Validate that the nodes have all returned to normal. Run :doc:`nodetool status </operating-scylla/nodetool-commands/status/>`.
If each node's status is listed as ``UN``, then the start command has been executed successfully.