Next Topic

Previous Topic

Book Contents

Traverse 9.5.11 - 09 May 2019

This release contains the following enhancements and bug fixes:

Enhancements

--export="path" - This exports purged messages to the specified directory. The script attempts to compress output after it has been written to disk, by using gzip or zip, if available.

Use the next three options to control execution and scaling of deletes. The script performs n passes, deleting x records, and sleeps for y seconds between passes. The script's default values (batch size: 50,000, passes: 100, and sleep: 5) have not been changed. These options provide a mechanism to easily override the defaults for a given customer or environment.

--batch=n, where n is the maximum number of files deleted in each pass.
--passes=n, where n is the number of passes the script performs.
--sleep=n, where n is the number of seconds the script sleeps before executing the next pass.

Note: The other options of the script remain the same. The updated script is backward compatible with the previous script framework.

The uninstall task is added to the agent schedule and will be removed by the agent. The Deployment icon changes to , indicating the DGEx is scheduled for uninstall.

Fixes