Warning: This will irrecoverably remove data from the Cb Response server. After removing this data, you will receive a 404 page when attempting to view binary details pages older than MaxEventStoreDays and this data will no longer appear in the Binary Search
Version
Cb Response 5.x, 6.1
Topic
This will purge cbmodule data from the solr database located at /var/cb/data/solr5/cbmodules/ (for 5.x this is located at /var/cb/data/solr/cbmodules/).
Solution
Binary (meta)data
- Determine MaxEventStoreDays setting in /etc/cb/cb.conf as a starting point to purge to:
grep MaxEventStoreDays /etc/cb/cb.conf |
- Run this curl command replacing XX with MaxEventStoreDays. If additional space need to be recovered, reduce this purge time:
Warning: Binaries older than this set value will lead to 404 pages
Warning: This will prevent alerts on feeds with score changes from this past data.
Related Solutions
How to automate this process: How To Enable Automated Cbmodule Purging
Warning: cbmodules is not the same as the modulestore files that are the binaries themselves. Here is how you purge this data: How To Purge Storefile (Modulestore Binary) Data