Skip to content

Commit

Permalink
Upgrade:
Browse files Browse the repository at this point in the history
- tomcat to v9.0.86;
- java to v11.0.22+7;
- mysql server to v8.0.36;

Downgrade:
- Scada-LTS v2.6.18;
  • Loading branch information
Limraj committed Mar 22, 2024
1 parent 48ac3cf commit 98c40c0
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions mysql_start.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
MYSQL_MAJOR_VERSION=8
MYSQL_MINOR_VERSION=0
MYSQL_PATCH_VERSION=33
MYSQL_PATCH_VERSION=36

INSTALLER_HOME=$(dirname "$(realpath "$0")")
MYSQL_BASE="${INSTALLER_HOME}/mysql"
Expand All @@ -14,7 +14,7 @@ BINDIR="$MYSQL_HOME/bin"
MYSQLD_PID="$DATADIR/mysqld.pid"

#Java
JAVA_VERSION="11.0.19"
JAVA_VERSION="11.0.22"
JAVA_UPDATE=7
MACHINE_TYPE=`uname -m`
INSTALLER_HOME=$(dirname "$(realpath "$0")")
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions tomcat_start.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/bin/bash
JAVA_VERSION="11.0.19"
JAVA_VERSION="11.0.22"
JAVA_UPDATE=7

TOMCAT_MAJOR_VERSION=9
TOMCAT_MINOR_VERSION=0
TOMCAT_PATCH_VERSION=76
TOMCAT_PATCH_VERSION=86
TOMCAT_VERSION="${TOMCAT_MAJOR_VERSION}.${TOMCAT_MINOR_VERSION}.${TOMCAT_PATCH_VERSION}"
MACHINE_TYPE=`uname -m`

INSTALLER_HOME=$(dirname "$(realpath "$0")")
JAVA_BASE="${INSTALLER_HOME}/java"
CATALINA_BASE="${INSTALLER_HOME}/tomcat64"
CATALINA_BASE="${INSTALLER_HOME}/tomcat"
JDK_BASE="${JAVA_BASE}/jdk"

if [ ${MACHINE_TYPE} == 'arm64' ]; then
Expand Down

0 comments on commit 98c40c0

Please sign in to comment.