Pin NocoDB to version 0.301.1 due to ipaddr.js module error in 0.301.2

This commit is contained in:
MickLesk
2026-02-07 17:49:23 +01:00
parent 8dca8d2041
commit 90e3e3139d
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -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
+6 -1
View File
@@ -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"
}
]
}
+1 -1
View File
@@ -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 <<EOF >/etc/systemd/system/nocodb.service