Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Purge data from the IBM Aspera Console UIAfter repeatedly checking L3 tickets, we have noticed that many customers are experiencing issues with the purge process. Here are some simple steps to address this problem.
After repeatedly checking L3 tickets, we have noticed that many customers are experiencing issues with the purge process. Here are some simple steps to address this problem
Content by: Dibyendu Deb
Run the rake task using the asctl command:
# asctl --trace console:rake aspera:db:archive
You can also use the BEFORE option to purge data from before a specific date.
For example:# asctl --trace console:rake aspera:db:archive BEFORE=2019-07-01
# asctl --trace console:rake aspera:db:archive BEFORE=2019-07-01
Copy