1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00
This commit is contained in:
ericgaspar 2022-09-27 14:49:41 +02:00
parent 0e330751b5
commit 597719c5ae
2 changed files with 2 additions and 1 deletions

View file

@ -27,7 +27,7 @@
"mysql" "mysql"
], ],
"requirements": { "requirements": {
"yunohost": ">= 4.3.0" "yunohost": ">= 11.0.9"
}, },
"arguments": { "arguments": {
"install": [ "install": [

View file

@ -173,6 +173,7 @@ ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
#================================================= #=================================================
# MIGRATING DATABASE # MIGRATING DATABASE
#================================================= #=================================================
ynh_script_progression --message="Migrating from MySQL to PostgreSQL..." --weight=10
# Migrating from MySQL to PostgreSQL # Migrating from MySQL to PostgreSQL
mysql-to-pg mysql-to-pg