diff --git a/ct/nocodb.sh b/ct/nocodb.sh index bdc4eeac3..14d9447b8 100644 --- a/ct/nocodb.sh +++ b/ct/nocodb.sh @@ -32,7 +32,7 @@ function update_script() { 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/nocodb.json b/frontend/public/json/nocodb.json index 3a737c407..7fc4eba93 100644 --- a/frontend/public/json/nocodb.json +++ b/frontend/public/json/nocodb.json @@ -31,5 +31,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "Version pinned to 0.301.1 due to bug in 0.301.2 (ipaddr.js module error). See: https://github.com/nocodb/nocodb/issues/12939", + "type": "warning" + } + ] } 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