Application-Consistent Protection for Cassandra on Kubernetes

You can add a pre-process script file or a post-process script file for Cassandra on the Kubernetes access nodes.

Example Pre-Process Script for Cassandra

The following example is a pre-process script for Cassandra.

#!/bin/bash
nodetool flush
exit

Example Post-Process Script for Cassandra

The following example is a post-process script for Cassandra.

#!/bin/bash
nodetool verify
exit

Output and Log Files

Commvault does not log the return codes of Cassandra pre- and post-scripts. To confirm that the pre/post execution commands are executed, inspect your Cassandra log file:/var/log/cassandra/system.log.

Caution

Backup jobs depend on the return codes of pre- and post-scripts. Any return code value other than 0 fails backup jobs.

Loading...