1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00

Update upgrade

This commit is contained in:
Limezy 2023-12-15 23:02:51 +07:00
parent 2c47e3c023
commit 6fe40bd4a9

View file

@ -115,6 +115,9 @@ then
ynh_script_progression --message="Data migration finished"
ynh_script_progression --message="Data bucket was kept for safety, just in case !"
ynh_script_progression --message="Don't forget to remove MinIO app if you don't use it !"
db_name=$(ynh_sanitize_dbid --db_name=$app)
ynh_psql_execute_as_root --sql="CREATE EXTENSION IF NOT EXISTS uuid-ossp;" --database=$db_name
else
ynh_script_progression --message="No migration to be done"
fi