Backing up DSE Search data directories
Steps to back up DSE Search data directories.
Procedure
For each node:
-
Drain the node to ensure that the search indexes are
in sync with their backing tables. This command forces a memtable flush that
forces a Solr hard commit:
nodetool drain
- Shut down the node.
- Manually back up your data directories. The default location for index files is /var/lib/cassandra/data/solr.data.
- Restart the node.