On 2023-09-28 12:03, d tbsky wrote:
Thanks for the hint. I tried it at the testing environment and it works. but when there are no metadata table empty records (eg pilerpuge.py not run),indexer.delta.sh will return another error: WARNING: killlist_target is specified, but kill-list is empty
it's not an error, it's simply a warning that you have no rows in the metadata
table where deleted=1, so there's no record to suppress in the results. Janos