N2WS-13893 - Retry of backup will not delete previous backup record from monitor

N2WS-13893 - Retry of backup will not delete previous backup record from monitor

Issue:

The default behavior is that when a retry happens for a backup record it deletes the previous backup records and keeps only the latest try.
While for some this helps with showing only the latest attempts, for other customers this can be a compliance issue

Solution:
In 3.2.1 we have added the option to keep the original backup record attempt, this is configurable via SSH with steps below
In 4.0 you can enable this via the UI


Steps for 3.2.1:
1. Connect to cpm over ssh (user is cpmuser & your EC2 key)
2. Edit or create the following file: /cpmdata/conf/cpmserver.cfg
3. Add the following:
[backup]
keep_retry_backup_records=True
4. restart server: sudo service apache2 restart