MySQL Shell 9.2
The binary log dump and load utilities provide similar features to
the mysqlbinlog utility, enabling multi-threaded dumps of multiple
binlogs at once, compression of the dumped data and support for
remote storage.They enable you to apply changes from a source to a
target previously loaded with a dump created with
util.dumpInstance()
, allowing for point-in-time
recovery.