File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99)
1010
1111const (
12- ReleemAgentVersion = "1.22.0.3 "
12+ ReleemAgentVersion = "1.22.0.4 "
1313)
1414
1515type Config struct {
Original file line number Diff line number Diff line change 1- 1.22.0.3
1+ 1.22.0.4
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- # install.sh - Version 1.22.0.3
2+ # install.sh - Version 1.22.0.4
33# (C) Releem, Inc 2022
44# All rights reserved
55
@@ -9,7 +9,7 @@ export PATH=$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/
99# using the package manager.
1010
1111set -e -E
12- install_script_version=1.22.0.3
12+ install_script_version=1.22.0.4
1313logfile=" /var/log/releem-install.log"
1414
1515WORKDIR=" /opt/releem"
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- # mysqlconfigurer.sh - Version 1.22.0.3
2+ # mysqlconfigurer.sh - Version 1.22.0.4
33# (C) Releem, Inc 2022
44# All rights reserved
55
@@ -16,7 +16,7 @@ MYSQLTUNER_REPORT=$MYSQLCONFIGURER_PATH"mysqltunerreport.json"
1616RELEEM_MYSQL_VERSION=$MYSQLCONFIGURER_PATH " mysql_version"
1717MYSQLCONFIGURER_CONFIGFILE=" ${MYSQLCONFIGURER_PATH}${MYSQLCONFIGURER_FILE_NAME} "
1818MYSQL_MEMORY_LIMIT=0
19- VERSION=" 1.22.0.3 "
19+ VERSION=" 1.22.0.4 "
2020RELEEM_INSTALL_PATH=$MYSQLCONFIGURER_PATH " install.sh"
2121logfile=" /var/log/releem-mysqlconfigurer.log"
2222MYSQL_CONF_DIR=" /etc/mysql/releem.conf.d"
You can’t perform that action at this time.
0 commit comments