diff --git a/manifest.toml b/manifest.toml index 73b78f5..4fe283c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "NocoDB" description.en = "No-code platform that turns any database into a smart spreadsheet" description.fr = "Plateform sans code qui transforme toute base de données en un tableur intelligent" -version = "0.202.4~ynh1" +version = "0.202.4~ynh2" maintainers = ["tituspijean"] @@ -25,7 +25,7 @@ ldap = false sso = false disk = "50M" -ram.build = "50M" +ram.build = "600M" ram.runtime = "50M" [install] diff --git a/scripts/upgrade b/scripts/upgrade index cf665d3..2cf1ebe 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -77,7 +77,6 @@ pushd $install_dir ynh_secure_remove oracledb ynh_exec_warn_less ynh_exec_as $app git clone --recursive https://github.com/oracle/node-oracledb.git oracledb ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH NODE_ENV="production" $ynh_npm install ./oracledb - ynh_print_info --message="...Done! Installing NocoDB now..." fi ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH NODE_ENV="production" $ynh_npm uninstall nocodb