I have found that some of the .caUtils commands, which used to work fine with me earlier, are not working in the same fashion anymore. Following are the two specific problems I faced:
1] For ./caUtils remove-duplicate-records, it returned the following:
The -t|--tables parameter is mandatory.
(1 error occurred)
I tried the help from .caUtils help remove-duplicate-records which provided the option --delete (-d) Delete duplicate records. Default is false. But I could not succeed and I need help in exactly how to frame this command.
- For ./caUtils clear-caches, I received the following:
Clearing application caches...
Skipping clearing of user media cache because no cache directory is configured
(1 error occurred)
How should I configure cache directory? I must say, it used to work earlier.