Was this page helpful?
Caution
You're viewing documentation for a previous version of ScyllaDB Open Source. Switch to the latest stable version.
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 shutdown procedure.
Procedure
Start the nodes in parallel.
sudo systemctl start scylla-server
docker exec -it some-scylla supervisorctl start scylla
(with some-scylla container already running)
Validate that the nodes have all returned to normal. Run nodetool status.
If each node’s status is listed as UN
, then the start command has been executed successfully.
Was this page helpful?