Purging/Archive IN PEGA 8.23

Hi

Do we have Purging/Archive option in pega 8.23 ?

Thanks,

Ajay

@AJAYR16863281

Yes you can utilize Pega’s OOTB archival process into Pega Cloud File Storage or any S3 repository. Please go through the process here.

@SohamM95

My requirement is to remove the 2 months old data from the seperate table which is not the part of case type.

@AJAYR16863281

Is the new table a part of Pega DB?

@SohamM95

Yes

@AJAYR16863281

Then ideally Pega’s default archive wizard wont work for you. You need to devise your own custom logic where a job will run to copy data with pxCreateDateTime before 2 months into the new table. After copy it’ll delete those data from the old table. Its kind of a high level logic, you need to modify as per your need.