We are trying to free up some DB space for our Deployment Manager server. I am trying to see if there are any recommended practices for archiving/deleting the historical deployment work objects.
Has anybody implemented archival mechanism for Dev Ops server ? Any views or pointers to the resources would be helpful.
Thanks.
@SanthoshB6893
Hello Santhosh,
I assume you are using Deployment Manager 5. Deployment Manager 5 currently does not provide a built-in mechanism for purging deployment work objects.
Recommendation:
- Implement a scheduled job that routinely identifies resolved deployment and task work objects older than a defined threshold (e.g., X days).
- Purge all relevant work objects under the
PegaDevOps-Work-Deployment and PegaDevOps-Work-Task classes, including their associated history records.
In deployment manager service, purging of records are automatically taken care.
Please refer to Pegasystems Documentation
Thanks
@Pallavi Gurram thank you for the information.
hi @Pallavi Gurram , do we need to consider any other class records for purge apart from these two work classes and their history records (Like any PegaDevOps-Data-* instances associated with these cases) ?
Thanks,
Santhosh
@SanthoshB6893
The following additional classes in DM 5 candidates for cleanup:
History-PegaDevOps-Data-AdHocTask
History-PegaDevOps-Data-ChangeSet
PegaDevOps-Data-AdHocTask
PegaDevOps-Data-ChangeSet