Backup scripts may fail after upgrading to CPM 2.3.0

Backup scripts may fail after upgrading to CPM 2.3.0

If you have partially successful backups after upgrading your CPM to v2.3.x or newer, please open the backup log and search for the below:

Error - Could not find script "before_<Policy Name>", will continue without backup scripts

If you have found this error, please SSH into the CPM instance (using user “cpmuser” and your private key) and browse to the /cpmdata/scripts/ directory.

If the policy’s name does not perfectly match the name convention before_Policy name.suffix  the script will fail.

For example: if the script name is before_policy1_user.bash, but the policy’s name is policy1 and not policy1_user the script will fail.

Please change the scripts’ names to perfectly match the name convention <before|after|complete>_perfectlymatchingpolicyname.script_suffix