grace <<environment>> dbm-clear-checksums --dataSource=<<dataSource>>
dbm-clear-checksums
Purpose
Removes current checksums from database. On next run checksums will be recomputed.
Description
Usage:
Required arguments: none.
Optional arguments:
-
dataSource
- if provided will run the script for the specified dataSource. Not needed for the default dataSource.
Note that the dataSource parameter name and value must be quoted if executed in Windows, e.g.
|
grace dbm-clear-checksums "--dataSource=<<dataSource>>"
For the dataSource parameter, if the data source is configured as reports underneath the dataSources key in application.[yml|groovy] , the value should be reports .
|
--dataSource=reports