mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-17 01:01:39 +08:00
Fix PT-1605, 3.0 version, documenting data collected... (#359)
* Fix PT-1605, 3.0 version, documenting data collected with --version-check * Made text more general and less PT based
This commit is contained in:
@@ -8162,18 +8162,24 @@ default: yes
|
|||||||
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
||||||
|
|
||||||
This is a standard "check for updates automatically" feature, with two
|
This is a standard "check for updates automatically" feature, with two
|
||||||
additional features. First, the tool checks the version of other programs
|
additional features. First, the tool checks its own version and also the
|
||||||
on the local system in addition to its own version. For example, it checks
|
versions of the following software: operating system, Percona Monitoring and
|
||||||
the version of every MySQL server it connects to, Perl, and the Perl module
|
Management (PMM), MySQL, Perl, MySQL driver for Perl (DBD::mysql), and
|
||||||
DBD::mysql. Second, it checks for and warns about versions with known
|
Percona Toolkit. Second, it checks for and warns about versions with known
|
||||||
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
||||||
as 5.5.25a.
|
as 5.5.25a.
|
||||||
|
|
||||||
|
A secure connection to Percona’s Version Check database server is done to
|
||||||
|
perform these checks. Each request is logged by the server, including software
|
||||||
|
version numbers and unique ID of the checked system. The ID is generated by the
|
||||||
|
Percona Toolkit installation script or when the Version Check database call is
|
||||||
|
done for the first time.
|
||||||
|
|
||||||
Any updates or known problems are printed to STDOUT before the tool's normal
|
Any updates or known problems are printed to STDOUT before the tool's normal
|
||||||
output. This feature should never interfere with the normal operation of the
|
output. This feature should never interfere with the normal operation of the
|
||||||
tool.
|
tool.
|
||||||
|
|
||||||
For more information, visit L<https://www.percona.com/version-check>.
|
For more information, visit L<https://www.percona.com/doc/percona-toolkit/LATEST/version-check.html>.
|
||||||
|
|
||||||
=item --where
|
=item --where
|
||||||
|
|
||||||
|
|||||||
@@ -5718,18 +5718,24 @@ default: yes
|
|||||||
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
||||||
|
|
||||||
This is a standard "check for updates automatically" feature, with two
|
This is a standard "check for updates automatically" feature, with two
|
||||||
additional features. First, the tool checks the version of other programs
|
additional features. First, the tool checks its own version and also the
|
||||||
on the local system in addition to its own version. For example, it checks
|
versions of the following software: operating system, Percona Monitoring and
|
||||||
the version of every MySQL server it connects to, Perl, and the Perl module
|
Management (PMM), MySQL, Perl, MySQL driver for Perl (DBD::mysql), and
|
||||||
DBD::mysql. Second, it checks for and warns about versions with known
|
Percona Toolkit. Second, it checks for and warns about versions with known
|
||||||
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
||||||
as 5.5.25a.
|
as 5.5.25a.
|
||||||
|
|
||||||
|
A secure connection to Percona’s Version Check database server is done to
|
||||||
|
perform these checks. Each request is logged by the server, including software
|
||||||
|
version numbers and unique ID of the checked system. The ID is generated by the
|
||||||
|
Percona Toolkit installation script or when the Version Check database call is
|
||||||
|
done for the first time.
|
||||||
|
|
||||||
Any updates or known problems are printed to STDOUT before the tool's normal
|
Any updates or known problems are printed to STDOUT before the tool's normal
|
||||||
output. This feature should never interfere with the normal operation of the
|
output. This feature should never interfere with the normal operation of the
|
||||||
tool.
|
tool.
|
||||||
|
|
||||||
For more information, visit L<https://www.percona.com/version-check>.
|
For more information, visit L<https://www.percona.com/doc/percona-toolkit/LATEST/version-check.html>.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
|||||||
@@ -5503,18 +5503,24 @@ default: yes
|
|||||||
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
||||||
|
|
||||||
This is a standard "check for updates automatically" feature, with two
|
This is a standard "check for updates automatically" feature, with two
|
||||||
additional features. First, the tool checks the version of other programs
|
additional features. First, the tool checks its own version and also the
|
||||||
on the local system in addition to its own version. For example, it checks
|
versions of the following software: operating system, Percona Monitoring and
|
||||||
the version of every MySQL server it connects to, Perl, and the Perl module
|
Management (PMM), MySQL, Perl, MySQL driver for Perl (DBD::mysql), and
|
||||||
DBD::mysql. Second, it checks for and warns about versions with known
|
Percona Toolkit. Second, it checks for and warns about versions with known
|
||||||
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
||||||
as 5.5.25a.
|
as 5.5.25a.
|
||||||
|
|
||||||
|
A secure connection to Percona’s Version Check database server is done to
|
||||||
|
perform these checks. Each request is logged by the server, including software
|
||||||
|
version numbers and unique ID of the checked system. The ID is generated by the
|
||||||
|
Percona Toolkit installation script or when the Version Check database call is
|
||||||
|
done for the first time.
|
||||||
|
|
||||||
Any updates or known problems are printed to STDOUT before the tool's normal
|
Any updates or known problems are printed to STDOUT before the tool's normal
|
||||||
output. This feature should never interfere with the normal operation of the
|
output. This feature should never interfere with the normal operation of the
|
||||||
tool.
|
tool.
|
||||||
|
|
||||||
For more information, visit L<https://www.percona.com/version-check>.
|
For more information, visit L<https://www.percona.com/doc/percona-toolkit/LATEST/version-check.html>.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
|||||||
@@ -5562,18 +5562,24 @@ default: yes
|
|||||||
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
||||||
|
|
||||||
This is a standard "check for updates automatically" feature, with two
|
This is a standard "check for updates automatically" feature, with two
|
||||||
additional features. First, the tool checks the version of other programs
|
additional features. First, the tool checks its own version and also the
|
||||||
on the local system in addition to its own version. For example, it checks
|
versions of the following software: operating system, Percona Monitoring and
|
||||||
the version of every MySQL server it connects to, Perl, and the Perl module
|
Management (PMM), MySQL, Perl, MySQL driver for Perl (DBD::mysql), and
|
||||||
DBD::mysql. Second, it checks for and warns about versions with known
|
Percona Toolkit. Second, it checks for and warns about versions with known
|
||||||
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
||||||
as 5.5.25a.
|
as 5.5.25a.
|
||||||
|
|
||||||
|
A secure connection to Percona’s Version Check database server is done to
|
||||||
|
perform these checks. Each request is logged by the server, including software
|
||||||
|
version numbers and unique ID of the checked system. The ID is generated by the
|
||||||
|
Percona Toolkit installation script or when the Version Check database call is
|
||||||
|
done for the first time.
|
||||||
|
|
||||||
Any updates or known problems are printed to STDOUT before the tool's normal
|
Any updates or known problems are printed to STDOUT before the tool's normal
|
||||||
output. This feature should never interfere with the normal operation of the
|
output. This feature should never interfere with the normal operation of the
|
||||||
tool.
|
tool.
|
||||||
|
|
||||||
For more information, visit L<https://www.percona.com/version-check>.
|
For more information, visit L<https://www.percona.com/doc/percona-toolkit/LATEST/version-check.html>.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
|||||||
@@ -5570,18 +5570,24 @@ default: yes
|
|||||||
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
||||||
|
|
||||||
This is a standard "check for updates automatically" feature, with two
|
This is a standard "check for updates automatically" feature, with two
|
||||||
additional features. First, the tool checks the version of other programs
|
additional features. First, the tool checks its own version and also the
|
||||||
on the local system in addition to its own version. For example, it checks
|
versions of the following software: operating system, Percona Monitoring and
|
||||||
the version of every MySQL server it connects to, Perl, and the Perl module
|
Management (PMM), MySQL, Perl, MySQL driver for Perl (DBD::mysql), and
|
||||||
DBD::mysql. Second, it checks for and warns about versions with known
|
Percona Toolkit. Second, it checks for and warns about versions with known
|
||||||
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
||||||
as 5.5.25a.
|
as 5.5.25a.
|
||||||
|
|
||||||
|
A secure connection to Percona’s Version Check database server is done to
|
||||||
|
perform these checks. Each request is logged by the server, including software
|
||||||
|
version numbers and unique ID of the checked system. The ID is generated by the
|
||||||
|
Percona Toolkit installation script or when the Version Check database call is
|
||||||
|
done for the first time.
|
||||||
|
|
||||||
Any updates or known problems are printed to STDOUT before the tool's normal
|
Any updates or known problems are printed to STDOUT before the tool's normal
|
||||||
output. This feature should never interfere with the normal operation of the
|
output. This feature should never interfere with the normal operation of the
|
||||||
tool.
|
tool.
|
||||||
|
|
||||||
For more information, visit L<https://www.percona.com/version-check>.
|
For more information, visit L<https://www.percona.com/doc/percona-toolkit/LATEST/version-check.html>.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
|||||||
18
bin/pt-find
18
bin/pt-find
@@ -4556,18 +4556,24 @@ default: yes
|
|||||||
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
||||||
|
|
||||||
This is a standard "check for updates automatically" feature, with two
|
This is a standard "check for updates automatically" feature, with two
|
||||||
additional features. First, the tool checks the version of other programs
|
additional features. First, the tool checks its own version and also the
|
||||||
on the local system in addition to its own version. For example, it checks
|
versions of the following software: operating system, Percona Monitoring and
|
||||||
the version of every MySQL server it connects to, Perl, and the Perl module
|
Management (PMM), MySQL, Perl, MySQL driver for Perl (DBD::mysql), and
|
||||||
DBD::mysql. Second, it checks for and warns about versions with known
|
Percona Toolkit. Second, it checks for and warns about versions with known
|
||||||
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
||||||
as 5.5.25a.
|
as 5.5.25a.
|
||||||
|
|
||||||
|
A secure connection to Percona’s Version Check database server is done to
|
||||||
|
perform these checks. Each request is logged by the server, including software
|
||||||
|
version numbers and unique ID of the checked system. The ID is generated by the
|
||||||
|
Percona Toolkit installation script or when the Version Check database call is
|
||||||
|
done for the first time.
|
||||||
|
|
||||||
Any updates or known problems are printed to STDOUT before the tool's normal
|
Any updates or known problems are printed to STDOUT before the tool's normal
|
||||||
output. This feature should never interfere with the normal operation of the
|
output. This feature should never interfere with the normal operation of the
|
||||||
tool.
|
tool.
|
||||||
|
|
||||||
For more information, visit L<https://www.percona.com/version-check>.
|
For more information, visit L<https://www.percona.com/doc/percona-toolkit/LATEST/version-check.html>.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
|||||||
@@ -4490,18 +4490,24 @@ default: yes
|
|||||||
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
||||||
|
|
||||||
This is a standard "check for updates automatically" feature, with two
|
This is a standard "check for updates automatically" feature, with two
|
||||||
additional features. First, the tool checks the version of other programs
|
additional features. First, the tool checks its own version and also the
|
||||||
on the local system in addition to its own version. For example, it checks
|
versions of the following software: operating system, Percona Monitoring and
|
||||||
the version of every MySQL server it connects to, Perl, and the Perl module
|
Management (PMM), MySQL, Perl, MySQL driver for Perl (DBD::mysql), and
|
||||||
DBD::mysql. Second, it checks for and warns about versions with known
|
Percona Toolkit. Second, it checks for and warns about versions with known
|
||||||
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
||||||
as 5.5.25a.
|
as 5.5.25a.
|
||||||
|
|
||||||
|
A secure connection to Percona’s Version Check database server is done to
|
||||||
|
perform these checks. Each request is logged by the server, including software
|
||||||
|
version numbers and unique ID of the checked system. The ID is generated by the
|
||||||
|
Percona Toolkit installation script or when the Version Check database call is
|
||||||
|
done for the first time.
|
||||||
|
|
||||||
Any updates or known problems are printed to STDOUT before the tool's normal
|
Any updates or known problems are printed to STDOUT before the tool's normal
|
||||||
output. This feature should never interfere with the normal operation of the
|
output. This feature should never interfere with the normal operation of the
|
||||||
tool.
|
tool.
|
||||||
|
|
||||||
For more information, visit L<https://www.percona.com/version-check>.
|
For more information, visit L<https://www.percona.com/doc/percona-toolkit/LATEST/version-check.html>.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
|||||||
@@ -7170,18 +7170,24 @@ default: yes
|
|||||||
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
||||||
|
|
||||||
This is a standard "check for updates automatically" feature, with two
|
This is a standard "check for updates automatically" feature, with two
|
||||||
additional features. First, the tool checks the version of other programs
|
additional features. First, the tool checks its own version and also the
|
||||||
on the local system in addition to its own version. For example, it checks
|
versions of the following software: operating system, Percona Monitoring and
|
||||||
the version of every MySQL server it connects to, Perl, and the Perl module
|
Management (PMM), MySQL, Perl, MySQL driver for Perl (DBD::mysql), and
|
||||||
DBD::mysql. Second, it checks for and warns about versions with known
|
Percona Toolkit. Second, it checks for and warns about versions with known
|
||||||
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
||||||
as 5.5.25a.
|
as 5.5.25a.
|
||||||
|
|
||||||
|
A secure connection to Percona’s Version Check database server is done to
|
||||||
|
perform these checks. Each request is logged by the server, including software
|
||||||
|
version numbers and unique ID of the checked system. The ID is generated by the
|
||||||
|
Percona Toolkit installation script or when the Version Check database call is
|
||||||
|
done for the first time.
|
||||||
|
|
||||||
Any updates or known problems are printed to STDOUT before the tool's normal
|
Any updates or known problems are printed to STDOUT before the tool's normal
|
||||||
output. This feature should never interfere with the normal operation of the
|
output. This feature should never interfere with the normal operation of the
|
||||||
tool.
|
tool.
|
||||||
|
|
||||||
For more information, visit L<https://www.percona.com/version-check>.
|
For more information, visit L<https://www.percona.com/doc/percona-toolkit/LATEST/version-check.html>.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
|||||||
@@ -7500,18 +7500,24 @@ default: yes
|
|||||||
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
||||||
|
|
||||||
This is a standard "check for updates automatically" feature, with two
|
This is a standard "check for updates automatically" feature, with two
|
||||||
additional features. First, the tool checks the version of other programs
|
additional features. First, the tool checks its own version and also the
|
||||||
on the local system in addition to its own version. For example, it checks
|
versions of the following software: operating system, Percona Monitoring and
|
||||||
the version of every MySQL server it connects to, Perl, and the Perl module
|
Management (PMM), MySQL, Perl, MySQL driver for Perl (DBD::mysql), and
|
||||||
DBD::mysql. Second, it checks for and warns about versions with known
|
Percona Toolkit. Second, it checks for and warns about versions with known
|
||||||
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
||||||
as 5.5.25a.
|
as 5.5.25a.
|
||||||
|
|
||||||
|
A secure connection to Percona’s Version Check database server is done to
|
||||||
|
perform these checks. Each request is logged by the server, including software
|
||||||
|
version numbers and unique ID of the checked system. The ID is generated by the
|
||||||
|
Percona Toolkit installation script or when the Version Check database call is
|
||||||
|
done for the first time.
|
||||||
|
|
||||||
Any updates or known problems are printed to STDOUT before the tool's normal
|
Any updates or known problems are printed to STDOUT before the tool's normal
|
||||||
output. This feature should never interfere with the normal operation of the
|
output. This feature should never interfere with the normal operation of the
|
||||||
tool.
|
tool.
|
||||||
|
|
||||||
For more information, visit L<https://www.percona.com/version-check>.
|
For more information, visit L<https://www.percona.com/doc/percona-toolkit/LATEST/version-check.html>.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
|||||||
18
bin/pt-kill
18
bin/pt-kill
@@ -7941,18 +7941,24 @@ default: yes
|
|||||||
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
||||||
|
|
||||||
This is a standard "check for updates automatically" feature, with two
|
This is a standard "check for updates automatically" feature, with two
|
||||||
additional features. First, the tool checks the version of other programs
|
additional features. First, the tool checks its own version and also the
|
||||||
on the local system in addition to its own version. For example, it checks
|
versions of the following software: operating system, Percona Monitoring and
|
||||||
the version of every MySQL server it connects to, Perl, and the Perl module
|
Management (PMM), MySQL, Perl, MySQL driver for Perl (DBD::mysql), and
|
||||||
DBD::mysql. Second, it checks for and warns about versions with known
|
Percona Toolkit. Second, it checks for and warns about versions with known
|
||||||
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
||||||
as 5.5.25a.
|
as 5.5.25a.
|
||||||
|
|
||||||
|
A secure connection to Percona’s Version Check database server is done to
|
||||||
|
perform these checks. Each request is logged by the server, including software
|
||||||
|
version numbers and unique ID of the checked system. The ID is generated by the
|
||||||
|
Percona Toolkit installation script or when the Version Check database call is
|
||||||
|
done for the first time.
|
||||||
|
|
||||||
Any updates or known problems are printed to STDOUT before the tool's normal
|
Any updates or known problems are printed to STDOUT before the tool's normal
|
||||||
output. This feature should never interfere with the normal operation of the
|
output. This feature should never interfere with the normal operation of the
|
||||||
tool.
|
tool.
|
||||||
|
|
||||||
For more information, visit L<https://www.percona.com/version-check>.
|
For more information, visit L<https://www.percona.com/doc/percona-toolkit/LATEST/version-check.html>.
|
||||||
|
|
||||||
=item --victims
|
=item --victims
|
||||||
|
|
||||||
|
|||||||
@@ -12723,18 +12723,24 @@ default: yes
|
|||||||
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
||||||
|
|
||||||
This is a standard "check for updates automatically" feature, with two
|
This is a standard "check for updates automatically" feature, with two
|
||||||
additional features. First, the tool checks the version of other programs
|
additional features. First, the tool checks its own version and also the
|
||||||
on the local system in addition to its own version. For example, it checks
|
versions of the following software: operating system, Percona Monitoring and
|
||||||
the version of every MySQL server it connects to, Perl, and the Perl module
|
Management (PMM), MySQL, Perl, MySQL driver for Perl (DBD::mysql), and
|
||||||
DBD::mysql. Second, it checks for and warns about versions with known
|
Percona Toolkit. Second, it checks for and warns about versions with known
|
||||||
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
||||||
as 5.5.25a.
|
as 5.5.25a.
|
||||||
|
|
||||||
|
A secure connection to Percona’s Version Check database server is done to
|
||||||
|
perform these checks. Each request is logged by the server, including software
|
||||||
|
version numbers and unique ID of the checked system. The ID is generated by the
|
||||||
|
Percona Toolkit installation script or when the Version Check database call is
|
||||||
|
done for the first time.
|
||||||
|
|
||||||
Any updates or known problems are printed to STDOUT before the tool's normal
|
Any updates or known problems are printed to STDOUT before the tool's normal
|
||||||
output. This feature should never interfere with the normal operation of the
|
output. This feature should never interfere with the normal operation of the
|
||||||
tool.
|
tool.
|
||||||
|
|
||||||
For more information, visit L<https://www.percona.com/version-check>.
|
For more information, visit L<https://www.percona.com/doc/percona-toolkit/LATEST/version-check.html>.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
|||||||
@@ -16584,18 +16584,24 @@ default: yes
|
|||||||
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
||||||
|
|
||||||
This is a standard "check for updates automatically" feature, with two
|
This is a standard "check for updates automatically" feature, with two
|
||||||
additional features. First, the tool checks the version of other programs
|
additional features. First, the tool checks its own version and also the
|
||||||
on the local system in addition to its own version. For example, it checks
|
versions of the following software: operating system, Percona Monitoring and
|
||||||
the version of every MySQL server it connects to, Perl, and the Perl module
|
Management (PMM), MySQL, Perl, MySQL driver for Perl (DBD::mysql), and
|
||||||
DBD::mysql. Second, it checks for and warns about versions with known
|
Percona Toolkit. Second, it checks for and warns about versions with known
|
||||||
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
||||||
as 5.5.25a.
|
as 5.5.25a.
|
||||||
|
|
||||||
|
A secure connection to Percona’s Version Check database server is done to
|
||||||
|
perform these checks. Each request is logged by the server, including software
|
||||||
|
version numbers and unique ID of the checked system. The ID is generated by the
|
||||||
|
Percona Toolkit installation script or when the Version Check database call is
|
||||||
|
done for the first time.
|
||||||
|
|
||||||
Any updates or known problems are printed to STDOUT before the tool's normal
|
Any updates or known problems are printed to STDOUT before the tool's normal
|
||||||
output. This feature should never interfere with the normal operation of the
|
output. This feature should never interfere with the normal operation of the
|
||||||
tool.
|
tool.
|
||||||
|
|
||||||
For more information, visit L<https://www.percona.com/version-check>.
|
For more information, visit L<https://www.percona.com/doc/percona-toolkit/LATEST/version-check.html>.
|
||||||
|
|
||||||
=item --[no]vertical-format
|
=item --[no]vertical-format
|
||||||
|
|
||||||
|
|||||||
@@ -4793,18 +4793,24 @@ default: yes
|
|||||||
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
||||||
|
|
||||||
This is a standard "check for updates automatically" feature, with two
|
This is a standard "check for updates automatically" feature, with two
|
||||||
additional features. First, the tool checks the version of other programs
|
additional features. First, the tool checks its own version and also the
|
||||||
on the local system in addition to its own version. For example, it checks
|
versions of the following software: operating system, Percona Monitoring and
|
||||||
the version of every MySQL server it connects to, Perl, and the Perl module
|
Management (PMM), MySQL, Perl, MySQL driver for Perl (DBD::mysql), and
|
||||||
DBD::mysql. Second, it checks for and warns about versions with known
|
Percona Toolkit. Second, it checks for and warns about versions with known
|
||||||
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
||||||
as 5.5.25a.
|
as 5.5.25a.
|
||||||
|
|
||||||
|
A secure connection to Percona’s Version Check database server is done to
|
||||||
|
perform these checks. Each request is logged by the server, including software
|
||||||
|
version numbers and unique ID of the checked system. The ID is generated by the
|
||||||
|
Percona Toolkit installation script or when the Version Check database call is
|
||||||
|
done for the first time.
|
||||||
|
|
||||||
Any updates or known problems are printed to STDOUT before the tool's normal
|
Any updates or known problems are printed to STDOUT before the tool's normal
|
||||||
output. This feature should never interfere with the normal operation of the
|
output. This feature should never interfere with the normal operation of the
|
||||||
tool.
|
tool.
|
||||||
|
|
||||||
For more information, visit L<https://www.percona.com/version-check>.
|
For more information, visit L<https://www.percona.com/doc/percona-toolkit/LATEST/version-check.html>.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
|||||||
@@ -5943,18 +5943,24 @@ default: yes
|
|||||||
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
||||||
|
|
||||||
This is a standard "check for updates automatically" feature, with two
|
This is a standard "check for updates automatically" feature, with two
|
||||||
additional features. First, the tool checks the version of other programs
|
additional features. First, the tool checks its own version and also the
|
||||||
on the local system in addition to its own version. For example, it checks
|
versions of the following software: operating system, Percona Monitoring and
|
||||||
the version of every MySQL server it connects to, Perl, and the Perl module
|
Management (PMM), MySQL, Perl, MySQL driver for Perl (DBD::mysql), and
|
||||||
DBD::mysql. Second, it checks for and warns about versions with known
|
Percona Toolkit. Second, it checks for and warns about versions with known
|
||||||
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
||||||
as 5.5.25a.
|
as 5.5.25a.
|
||||||
|
|
||||||
|
A secure connection to Percona’s Version Check database server is done to
|
||||||
|
perform these checks. Each request is logged by the server, including software
|
||||||
|
version numbers and unique ID of the checked system. The ID is generated by the
|
||||||
|
Percona Toolkit installation script or when the Version Check database call is
|
||||||
|
done for the first time.
|
||||||
|
|
||||||
Any updates or known problems are printed to STDOUT before the tool's normal
|
Any updates or known problems are printed to STDOUT before the tool's normal
|
||||||
output. This feature should never interfere with the normal operation of the
|
output. This feature should never interfere with the normal operation of the
|
||||||
tool.
|
tool.
|
||||||
|
|
||||||
For more information, visit L<https://www.percona.com/version-check>.
|
For more information, visit L<https://www.percona.com/doc/percona-toolkit/LATEST/version-check.html>.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
|||||||
@@ -13788,18 +13788,24 @@ default: yes
|
|||||||
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
||||||
|
|
||||||
This is a standard "check for updates automatically" feature, with two
|
This is a standard "check for updates automatically" feature, with two
|
||||||
additional features. First, the tool checks the version of other programs
|
additional features. First, the tool checks its own version and also the
|
||||||
on the local system in addition to its own version. For example, it checks
|
versions of the following software: operating system, Percona Monitoring and
|
||||||
the version of every MySQL server it connects to, Perl, and the Perl module
|
Management (PMM), MySQL, Perl, MySQL driver for Perl (DBD::mysql), and
|
||||||
DBD::mysql. Second, it checks for and warns about versions with known
|
Percona Toolkit. Second, it checks for and warns about versions with known
|
||||||
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
||||||
as 5.5.25a.
|
as 5.5.25a.
|
||||||
|
|
||||||
|
A secure connection to Percona’s Version Check database server is done to
|
||||||
|
perform these checks. Each request is logged by the server, including software
|
||||||
|
version numbers and unique ID of the checked system. The ID is generated by the
|
||||||
|
Percona Toolkit installation script or when the Version Check database call is
|
||||||
|
done for the first time.
|
||||||
|
|
||||||
Any updates or known problems are printed to STDOUT before the tool's normal
|
Any updates or known problems are printed to STDOUT before the tool's normal
|
||||||
output. This feature should never interfere with the normal operation of the
|
output. This feature should never interfere with the normal operation of the
|
||||||
tool.
|
tool.
|
||||||
|
|
||||||
For more information, visit L<https://www.percona.com/version-check>.
|
For more information, visit L<https://www.percona.com/doc/percona-toolkit/LATEST/version-check.html>.
|
||||||
|
|
||||||
=item --where
|
=item --where
|
||||||
|
|
||||||
|
|||||||
@@ -12780,18 +12780,24 @@ default: yes
|
|||||||
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
||||||
|
|
||||||
This is a standard "check for updates automatically" feature, with two
|
This is a standard "check for updates automatically" feature, with two
|
||||||
additional features. First, the tool checks the version of other programs
|
additional features. First, the tool checks its own version and also the
|
||||||
on the local system in addition to its own version. For example, it checks
|
versions of the following software: operating system, Percona Monitoring and
|
||||||
the version of every MySQL server it connects to, Perl, and the Perl module
|
Management (PMM), MySQL, Perl, MySQL driver for Perl (DBD::mysql), and
|
||||||
DBD::mysql. Second, it checks for and warns about versions with known
|
Percona Toolkit. Second, it checks for and warns about versions with known
|
||||||
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
||||||
as 5.5.25a.
|
as 5.5.25a.
|
||||||
|
|
||||||
|
A secure connection to Percona’s Version Check database server is done to
|
||||||
|
perform these checks. Each request is logged by the server, including software
|
||||||
|
version numbers and unique ID of the checked system. The ID is generated by the
|
||||||
|
Percona Toolkit installation script or when the Version Check database call is
|
||||||
|
done for the first time.
|
||||||
|
|
||||||
Any updates or known problems are printed to STDOUT before the tool's normal
|
Any updates or known problems are printed to STDOUT before the tool's normal
|
||||||
output. This feature should never interfere with the normal operation of the
|
output. This feature should never interfere with the normal operation of the
|
||||||
tool.
|
tool.
|
||||||
|
|
||||||
For more information, visit L<https://www.percona.com/version-check>.
|
For more information, visit L<https://www.percona.com/doc/percona-toolkit/LATEST/version-check.html>.
|
||||||
|
|
||||||
=item --wait
|
=item --wait
|
||||||
|
|
||||||
|
|||||||
@@ -11211,13 +11211,19 @@ default: yes
|
|||||||
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
||||||
|
|
||||||
This is a standard "check for updates automatically" feature, with two
|
This is a standard "check for updates automatically" feature, with two
|
||||||
additional features. First, the tool checks the version of other programs
|
additional features. First, the tool checks its own version and also the
|
||||||
on the local system in addition to its own version. For example, it checks
|
versions of the following software: operating system, Percona Monitoring and
|
||||||
the version of every MySQL server it connects to, Perl, and the Perl module
|
Management (PMM), MySQL, Perl, MySQL driver for Perl (DBD::mysql), and
|
||||||
DBD::mysql. Second, it checks for and warns about versions with known
|
Percona Toolkit. Second, it checks for and warns about versions with known
|
||||||
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
||||||
as 5.5.25a.
|
as 5.5.25a.
|
||||||
|
|
||||||
|
A secure connection to Percona’s Version Check database server is done to
|
||||||
|
perform these checks. Each request is logged by the server, including software
|
||||||
|
version numbers and unique ID of the checked system. The ID is generated by the
|
||||||
|
Percona Toolkit installation script or when the Version Check database call is
|
||||||
|
done for the first time.
|
||||||
|
|
||||||
Any updates or known problems are printed to STDOUT before the tool's normal
|
Any updates or known problems are printed to STDOUT before the tool's normal
|
||||||
output. This feature should never interfere with the normal operation of the
|
output. This feature should never interfere with the normal operation of the
|
||||||
tool.
|
tool.
|
||||||
|
|||||||
@@ -6063,18 +6063,24 @@ default: yes
|
|||||||
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
Check for the latest version of Percona Toolkit, MySQL, and other programs.
|
||||||
|
|
||||||
This is a standard "check for updates automatically" feature, with two
|
This is a standard "check for updates automatically" feature, with two
|
||||||
additional features. First, the tool checks the version of other programs
|
additional features. First, the tool checks its own version and also the
|
||||||
on the local system in addition to its own version. For example, it checks
|
versions of the following software: operating system, Percona Monitoring and
|
||||||
the version of every MySQL server it connects to, Perl, and the Perl module
|
Management (PMM), MySQL, Perl, MySQL driver for Perl (DBD::mysql), and
|
||||||
DBD::mysql. Second, it checks for and warns about versions with known
|
Percona Toolkit. Second, it checks for and warns about versions with known
|
||||||
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
problems. For example, MySQL 5.5.25 had a critical bug and was re-released
|
||||||
as 5.5.25a.
|
as 5.5.25a.
|
||||||
|
|
||||||
Any updates or known problems are printed to STDOUT before the tool's normal
|
A secure connection to Percona’s Version Check database server is done to
|
||||||
output. This feature should never interfere with the normal operation of the
|
perform these checks. Each request is logged by the server, including software
|
||||||
tool.
|
version numbers and unique ID of the checked system. The ID is generated by the
|
||||||
|
Percona Toolkit installation script or when the Version Check database call is
|
||||||
|
done for the first time.
|
||||||
|
|
||||||
For more information, visit L<https://www.percona.com/version-check>.
|
Any updates or known problems are printed to STDOUT before the tool's normal
|
||||||
|
output. This feature should never interfere with the normal operation of the
|
||||||
|
tool.
|
||||||
|
|
||||||
|
For more information, visit L<https://www.percona.com/doc/percona-toolkit/LATEST/version-check.html>.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
|||||||
67
docs/version-check.rst
Normal file
67
docs/version-check.rst
Normal file
@@ -0,0 +1,67 @@
|
|||||||
|
.. _version-check:
|
||||||
|
|
||||||
|
================================================================================
|
||||||
|
Version Checking
|
||||||
|
================================================================================
|
||||||
|
|
||||||
|
Complex software projects (such as MySQL flavors) always have versions with
|
||||||
|
minor or major compatibility problems, regressions and bugs, etc. It is too
|
||||||
|
difficult to take care about all these compatibility nuances for a human, and
|
||||||
|
this is the reason for a |version-check| feature to exist.
|
||||||
|
|
||||||
|
The feature allows compatible tools to query the Version Check database and
|
||||||
|
print advice on any potential risks associated with any of the relevant
|
||||||
|
software versions.
|
||||||
|
|
||||||
|
Usage
|
||||||
|
-----
|
||||||
|
|
||||||
|
*Version Check* was implemented in |pt| 2.1.4, and was enabled by default in
|
||||||
|
version 2.2.1. Currently it is supported by most tools in |pt|, |pxb|, and
|
||||||
|
|pmm|.
|
||||||
|
|
||||||
|
Being called with Version Check enabled,the tool that supports this feature
|
||||||
|
connects to a dedicated Percona server via a secure HTTPS channel. It checks
|
||||||
|
its own version to query the server for possible updates, and also checks
|
||||||
|
versions of the following software:
|
||||||
|
|
||||||
|
* operating system
|
||||||
|
* Percona Monitoring and Management (PMM)
|
||||||
|
* MySQL
|
||||||
|
* Perl
|
||||||
|
* MySQL driver for Perl (DBD::mysql)
|
||||||
|
* Percona Toolkit
|
||||||
|
|
||||||
|
Then it checks for and warns about versions with known problems.
|
||||||
|
|
||||||
|
To guide the development of future |version-check| requirements, each request
|
||||||
|
is logged by the server. Stored information includes software version numbers
|
||||||
|
and the unique ID of a checked system. The ID is generated either at
|
||||||
|
installation or when the |version-check| query is done for the first time.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
Prior to version 3.0.7 of |pt|, the system ID was calculated as an MD5 hash
|
||||||
|
of the hostname, and starting from |pt| 3.0.7 it is generated as a random
|
||||||
|
number.
|
||||||
|
|
||||||
|
Disabling Version Check
|
||||||
|
-----------------------
|
||||||
|
|
||||||
|
Although the |version-check| feature does not collect any personal information,
|
||||||
|
you might prefer to disable this feature, either onetime or permanently.
|
||||||
|
To disable it onetime, use ``--no-version-check`` option when invoking the tool
|
||||||
|
from a Percona product which supports it.
|
||||||
|
|
||||||
|
Disabling |version-check| permanently can be done by placing
|
||||||
|
``--no-version-check`` option into the configuration file of a Percona product
|
||||||
|
(see correspondent documentation for exact file name and syntax). For example,
|
||||||
|
in case of |pt| `this can be done <https://www.percona.com/doc/percona-toolkit/LATEST/configuration_files.html>`_ in a global configuration file ``/etc/percona-toolkit/percona-toolkit.conf``::
|
||||||
|
|
||||||
|
# Disable Version Check for all tools:
|
||||||
|
no-version-check
|
||||||
|
|
||||||
|
.. |pmm| replace:: PMM (Percona Monitoring and Management)
|
||||||
|
.. |pt| replace:: Percona Toolkit
|
||||||
|
.. |pxb| replace:: Percona XtraBackup
|
||||||
|
.. |version-check| replace:: *version checking*
|
||||||
Reference in New Issue
Block a user