There is a problem with Nextcloud, not possible to update/upgrade/reinstall

Please check /var/log/messages for errors.

Edit:

Nextcloud was migrated to a new database engine, see following post how to delete the db:

Edit2:

Full reinstall including deleting mariadb105 Nextcloud database:

/opt/rh/rh-mariadb105/root/bin/mysql --socket="/var/run/rh-mariadb105-mariadb/nextcloud-mysql.sock" -e "drop database nextcloud"
yum -y remove nethserver-nextcloud
config delete nextcloud
rm -rf /usr/share/nextcloud/
rm -rf /var/lib/nethserver/nextcloud
yum -y install nethserver-nextcloud
1 Like