1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Update upgrade: grompf

This commit is contained in:
Alexandre Aubin 2024-01-10 20:46:38 +01:00 committed by GitHub
parent e724e98207
commit 5149bcbee4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@ then
ynh_die "Apparently the postgresql DB is also empty, this is kind of worrying, what happened?!"
fi
else
ynh_script_info --message="Migrating to PostgreSQL database..." --weight=3
ynh_print_info --message="Migrating to PostgreSQL database..." --weight=3
exec_occ db:convert-type --all-apps --clear-schema pgsql $db_name 127.0.0.1 $db_name --password=$db_pwd -n
ynh_mysql_remove_db --db_user=$db_user --db_name=$db_name
fi