diff --git a/scripts/upgrade b/scripts/upgrade index 196a707..867bcfb 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -95,6 +95,7 @@ chown -R $app:www-data "$final_path" # MIGRATE MINIO BUCKET IF UPGRADING FROM AN OLD VERSION #======================================================= +ynh_script_progression --message="Checking if a migration is needed" if ynh_compare_current_package_version --comparison le --version 0.69.2.2~ynh1 then ynh_script_progression --message="Migrating MinIO data to local directory"