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: aaaaaa

This commit is contained in:
Alexandre Aubin 2024-01-10 21:49:10 +01:00 committed by GitHub
parent 15385967e4
commit 1827a8584a
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?!" ynh_die "Apparently the postgresql DB is also empty, this is kind of worrying, what happened?!"
fi fi
else else
ynh_print_info --message="Migrating to PostgreSQL database..." --weight=3 ynh_print_info --message="Migrating to PostgreSQL database..."
exec_occ db:convert-type --all-apps --clear-schema pgsql $db_name 127.0.0.1 $db_name --password=$db_pwd -n 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 ynh_mysql_remove_db --db_user=$db_user --db_name=$db_name
fi fi