Skip to content

Commit

Permalink
Update version numbers to 1.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kennt-percona committed Feb 6, 2019
1 parent 805fd5d commit 9ecde7c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/proxysql_galera_checker.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# proxysql_galera_checker usage info.

`proxysql_galera_checker` script will check Percona XtraDB Cluster desynced nodes, and temporarily deactivate them. Currently, this script is developed to work with proxysql-admin [script](https://github.com/percona/proxysql-admin-tool/blob/v1.4.13-dev/README.md)
`proxysql_galera_checker` script will check Percona XtraDB Cluster desynced nodes, and temporarily deactivate them. Currently, this script is developed to work with proxysql-admin [script](https://github.com/percona/proxysql-admin-tool/blob/v1.4.14-dev/README.md)

This script will also call `proxysql_node_monitor` script. Monitor script will check cluster node membership, and re-configure ProxySQL if cluster membership changes occur.

Expand Down
2 changes: 1 addition & 1 deletion proxysql-admin
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fi
#
# Script parameters/constants
#
readonly PROXYSQL_ADMIN_VERSION="1.4.13.1"
readonly PROXYSQL_ADMIN_VERSION="1.4.14"
declare -i DEBUG=0

#
Expand Down
2 changes: 1 addition & 1 deletion proxysql_galera_checker
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -o nounset # no undefined variables
# Script parameters/constants
#
declare -i DEBUG=0
readonly PROXYSQL_ADMIN_VERSION="1.4.13.1"
readonly PROXYSQL_ADMIN_VERSION="1.4.14"

#Timeout exists for instances where mysqld may be hung
declare -i TIMEOUT=10
Expand Down
2 changes: 1 addition & 1 deletion proxysql_node_monitor
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ declare NRED=""
#

declare -i DEBUG=0
readonly PROXYSQL_ADMIN_VERSION="1.4.13.1"
readonly PROXYSQL_ADMIN_VERSION="1.4.14"

declare CONFIG_FILE="/etc/proxysql-admin.cnf"
declare ERR_FILE="/dev/null"
Expand Down

0 comments on commit 9ecde7c

Please sign in to comment.