mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 21:17:01 +00:00
During raft topology upgrade procedure data from system_auth keyspace will be migrated to system_auth_v2. Migration works mostly on top of CQL layer to minimize amount of new code introduced, it mostly executes SELECTs on old tables and then INSERTs on new tables. Writes are not executed as usual but rather announced via raft.