From 597719c5aeb1416e8da75a176779b26f1b4aa59a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 27 Sep 2022 14:49:41 +0200 Subject: [PATCH] Cleaning --- manifest.json | 2 +- scripts/upgrade | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index cc04a78..dc7af78 100644 --- a/manifest.json +++ b/manifest.json @@ -27,7 +27,7 @@ "mysql" ], "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "arguments": { "install": [ diff --git a/scripts/upgrade b/scripts/upgrade index 7c783d1..c24320b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -173,6 +173,7 @@ ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies #================================================= # MIGRATING DATABASE #================================================= +ynh_script_progression --message="Migrating from MySQL to PostgreSQL..." --weight=10 # Migrating from MySQL to PostgreSQL mysql-to-pg