Below error during archive the table data , Please look into this and provide a solution
[root@DELGEMIDACRMDB1UAT dump]# pt-archiver --source h=localhost,u=,p='',D=bid_draft_testing31082024,t=bid_item_consignee --where ‘bic_bid_id in (select b_id from bids join bid_attributes on b_id = ba_bid_id where ba_created_on <= ‘2024-02-08 00:00:00’ and b_status=0)’ --no-check-charset --limit=5000 --commit-each --file /dump/%Y-%m-%d-%D.%t 2>> /dump/arch.err
Usage: pt-archiver [OPTIONS] --source DSN --where WHERE
Errors in command-line arguments:
Unrecognized command-line options 00:00:00 and b_status=0)
pt-archiver nibbles records from a MySQL table. The --source and --dest
arguments use DSN syntax; if COPY is yes, --dest defaults to the key’s value
from --source. For more details, please use the --help option, or try ‘perldoc
/usr/bin/pt-archiver’ for complete documentation.