The wt utility tool offers the following verify command:
usage: wt [-LmRrSVv] [-C config] [-E secretkey] [-h home] verify [-s] [-t] [-c] [-u] [-d dump_address | dump_blocks | dump_layout | dump_offsets=#,# | dump_pages] [uri] options: -d config display underlying information during verification -c continue to the next page after encountering error during verification -s verify against the specified timestamp -t do not clear txn ids during verification -u display the application data when dumping with configuration dump_blocks or dump_pages
It seems that the uri is marked as optional but it is not, a uri has to be given to the tool so verification can be done on the underlying file.
It would be great to have the option to parse all the tables present in a given database directory, either by default or when a new option is passed to the tool.
- related to
-
WT-10520 Make wt utility verify operation process tiered storage tables
- Closed