mirror of
https://github.com/YunoHost-Apps/n8n_ynh.git
synced 2024-09-03 19:55:52 +02:00
cleaning
This commit is contained in:
parent
9307699495
commit
c40310a037
2 changed files with 3 additions and 1 deletions
2
doc/PRE_UPGRADE.md
Normal file
2
doc/PRE_UPGRADE.md
Normal 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.
|
|
@ -80,7 +80,7 @@ ynh_script_progression --message="Installing $app..." --weight=2
|
|||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
pushd $install_dir
|
||||
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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue