Percona announces the release of Percona Toolkit 3.0.3 on May 19, 2017.
Percona Toolkit is a collection of advanced command-line tools that perform a variety of MySQL and MongoDB server and system tasks too difficult or complex for DBAs to perform manually. Percona Toolkit, like all Percona software, is free and open source.
You download Percona Toolkit packages from the web site or install from official repositories.
This release includes the following changes:
New Features
--skip-check-slave-lag option for pt-table-checksum, pt-online-schema-change, and pt-archiverdp.This option can be used to specify a list of servers where to skip checking for slave lag.
pt-stalk.
pt-stalk. For more information, see 1642753.
--[no]use-insert-ignore option for pt-online-schema-change to force or prevent using IGNORE on INSERT statements. For more information, see 1545129.Bug Fixes
OptionParser to accept repeatable DSNs.
pt-online-schema-change to correctly parse comments. For more information, see 1592072.
pt-stalk to include memory usage information. For more information, see 1510809.
pt-mext to work with non-empty RSA public key. For more information, see 1587404.
pt-online-schema-change to enable --no-drop-new-table when --no-swap-tables and --no-drop-triggers are used.You can find release details in the release notes. Report bugs in Toolkit’s launchpad bug tracker.
Resources
RELATED POSTS