1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/n8n_ynh.git synced 2024-09-03 19:55:52 +02:00
This commit is contained in:
Éric Gaspar 2023-10-15 13:38:34 +02:00
parent 9307699495
commit c40310a037
2 changed files with 3 additions and 1 deletions

2
doc/PRE_UPGRADE.md Normal file
View file

@ -0,0 +1,2 @@
n8n deprecated MySQL and MariaDB as backend databases in version 0.227.0. n8n recommends using PostgreSQL.
This upgrade does not convert the database MySQL to PostgreSQL.

View file

@ -80,7 +80,7 @@ ynh_script_progression --message="Installing $app..." --weight=2
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
pushd $install_dir pushd $install_dir
ynh_use_nodejs ynh_use_nodejs
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm update n8n@${n8n_version} ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm install n8n@${n8n_version}
popd popd
#================================================= #=================================================