diff --git a/ct/nocodb.sh b/ct/nocodb.sh index bdc4eeac3..517b227c9 100644 --- a/ct/nocodb.sh +++ b/ct/nocodb.sh @@ -27,12 +27,12 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - if check_for_gh_release "nocodb" "nocodb/nocodb"; then + if check_for_gh_release "nocodb" "nocodb/nocodb" "0.301.1"; then msg_info "Stopping Service" systemctl stop nocodb msg_ok "Stopped Service" - fetch_and_deploy_gh_release "nocodb" "nocodb/nocodb" "singlefile" "latest" "/opt/nocodb/" "Noco-linux-x64" + fetch_and_deploy_gh_release "nocodb" "nocodb/nocodb" "singlefile" "0.301.1" "/opt/nocodb/" "Noco-linux-x64" msg_info "Starting Service" systemctl start nocodb diff --git a/frontend/public/json/github-versions.json b/frontend/public/json/github-versions.json index 8b2c93ca6..ae83b21b7 100644 --- a/frontend/public/json/github-versions.json +++ b/frontend/public/json/github-versions.json @@ -851,8 +851,8 @@ { "slug": "nocodb", "repo": "nocodb/nocodb", - "version": "0.301.2", - "pinned": false, + "version": "0.301.1", + "pinned": true, "date": "2026-01-21T16:23:04Z" }, { diff --git a/install/nocodb-install.sh b/install/nocodb-install.sh index 100234fc2..b3cd86aed 100644 --- a/install/nocodb-install.sh +++ b/install/nocodb-install.sh @@ -13,7 +13,7 @@ setting_up_container network_check update_os -fetch_and_deploy_gh_release "nocodb" "nocodb/nocodb" "singlefile" "latest" "/opt/nocodb/" "Noco-linux-x64" +fetch_and_deploy_gh_release "nocodb" "nocodb/nocodb" "singlefile" "0.301.1" "/opt/nocodb/" "Noco-linux-x64" msg_info "Creating Service" cat </etc/systemd/system/nocodb.service