Page 1 of 1

How to reset CCleaner fresh

Posted: Mon Apr 26, 2021 9:41 pm
by Cubert
How to clear out CCleaner data from Automate and start fresh.

The following SQL query will drop all the plugin tables for CCleaner, restarting the DBagent on the Automate Host will cause them to be recreated clean.

Code: Select all

DROP TABLE `labtech`.`plugin_sw_ccleaner_analyze`; DROP TABLE `labtech`.`plugin_sw_ccleaner_analyze_detail`;
 DROP TABLE `labtech`.`plugin_sw_ccleaner_clean`; DROP TABLE `labtech`.`plugin_sw_ccleaner_clean_detail`; 
 DROP TABLE `labtech`.`plugin_sw_ccleaner_config`; DROP TABLE `labtech`.`plugin_sw_ccleaner_configs`; 
 DROP TABLE `labtech`.`plugin_sw_ccleaner_enable`; DROP TABLE `labtech`.`plugin_sw_ccleaner_exclude`; 
 DROP TABLE `labtech`.`plugin_sw_ccleaner_group_config`; DROP TABLE `labtech`.`plugin_sw_ccleaner_registry`;