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 9
9
)
10
10
11
11
const (
12
- ReleemAgentVersion = "1.19.7 "
12
+ ReleemAgentVersion = "1.19.8 "
13
13
)
14
14
15
15
type Config struct {
Original file line number Diff line number Diff line change 1
- 1.19.7
1
+ 1.19.8
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # install.sh - Version 1.19.7
2
+ # install.sh - Version 1.19.8
3
3
# (C) Releem, Inc 2022
4
4
# All rights reserved
5
5
@@ -9,7 +9,7 @@ export PATH=$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/
9
9
# using the package manager.
10
10
11
11
set -e -E
12
- install_script_version=1.19.7
12
+ install_script_version=1.19.8
13
13
logfile=" /var/log/releem-install.log"
14
14
15
15
WORKDIR=" /opt/releem"
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # mysqlconfigurer.sh - Version 1.19.7
2
+ # mysqlconfigurer.sh - Version 1.19.8
3
3
# (C) Releem, Inc 2022
4
4
# All rights reserved
5
5
@@ -15,7 +15,7 @@ MYSQLTUNER_REPORT=$MYSQLCONFIGURER_PATH"mysqltunerreport.json"
15
15
RELEEM_MYSQL_VERSION=$MYSQLCONFIGURER_PATH " mysql_version"
16
16
MYSQLCONFIGURER_CONFIGFILE=" ${MYSQLCONFIGURER_PATH}${MYSQLCONFIGURER_FILE_NAME} "
17
17
MYSQL_MEMORY_LIMIT=0
18
- VERSION=" 1.19.7 "
18
+ VERSION=" 1.19.8 "
19
19
RELEEM_INSTALL_PATH=$MYSQLCONFIGURER_PATH " install.sh"
20
20
logfile=" /var/log/releem-mysqlconfigurer.log"
21
21
You can’t perform that action at this time.
0 commit comments