mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 00:20:47 +00:00
In 2025.2, we don't force enabling the Raft-based topology in the code, but we stated in the upgrade guides that it's a mandatory step of the upgrade to 2025.1. We also remind users to enable the Raft-based topology in the upgrade guides to 2025.2. Hence, we can rely in the the documentation on the Raft-based topology being enabled. If it is still disabled, we can just send the user to the upgrade guides. Hence: - we remove all documentation related to enabling the Raft-based topology, enabling the Raft-based schema (enabled Raft-based topology implies enabled Raft-based schema), and the gossip-based topology, - we can replace the documentation of the old manual recovery procedure with the documentation of the new manual recovery procedure (done in the previous commit).