Compare commits

...

1 Commits

Author SHA1 Message Date
MickLesk
11cf966e34 tolgee: bump required JDK from 21 to 25 2026-09-04 09:40:37 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -37,6 +37,8 @@ function update_script() {
systemctl stop tolgee
msg_ok "Stopped Service"
JAVA_VERSION="25" setup_java
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "tolgee" "tolgee/tolgee-platform" "singlefile" "latest" "/opt/tolgee" "tolgee-*.jar"
find /opt/tolgee -maxdepth 1 -type f -name 'tolgee-*.jar' -exec mv {} /opt/tolgee/tolgee.jar \;

View File

@@ -13,7 +13,7 @@ setting_up_container
network_check
update_os
JAVA_VERSION="21" setup_java
JAVA_VERSION="25" setup_java
PG_VERSION="16" setup_postgresql
PG_DB_NAME="tolgee" PG_DB_USER="tolgee" setup_postgresql_db