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.21.3.2 "
12+ ReleemAgentVersion = "1.21.3.3 "
1313)
1414
1515type Config struct {
Original file line number Diff line number Diff line change 1- 1.21.3.2
1+ 1.21.3.3
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- # install.sh - Version 1.21.3.2
2+ # install.sh - Version 1.21.3.3
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.21.3.2
12+ install_script_version=1.21.3.3
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.21.3.2
2+ # mysqlconfigurer.sh - Version 1.21.3.3
33# (C) Releem, Inc 2022
44# All rights reserved
55
@@ -15,7 +15,7 @@ MYSQLTUNER_REPORT=$MYSQLCONFIGURER_PATH"mysqltunerreport.json"
1515RELEEM_MYSQL_VERSION=$MYSQLCONFIGURER_PATH " mysql_version"
1616MYSQLCONFIGURER_CONFIGFILE=" ${MYSQLCONFIGURER_PATH}${MYSQLCONFIGURER_FILE_NAME} "
1717MYSQL_MEMORY_LIMIT=0
18- VERSION=" 1.21.3.2 "
18+ VERSION=" 1.21.3.3 "
1919RELEEM_INSTALL_PATH=$MYSQLCONFIGURER_PATH " install.sh"
2020logfile=" /var/log/releem-mysqlconfigurer.log"
2121
You can’t perform that action at this time.
0 commit comments