• How can we extend DataArchiver is limited to 10,000 records per execution

    We have a large amount of data in a table, and we need to delete items that are older than a certain threshold. After examining the code in the DbArchiver.php class, I noticed that there's a variable hardcoded without being configurable through config_override…
  • Data archiver: remove records older than x days

    Hello, We're trying to take advantage of the new data archiver to clean up the process list (pmse_inbox) of Sugar BPM. Our client would like to keep 6 months of process traces ("just in case"). None of the available filters can be used for that, and…