Hello to everyone,
i have this problem on update db from vers 8 to last one stable,
i run this command:
sudo -u www-data php occ upgrade
and he give me error when arrive on update files_sharing:
Doctrine\DBAL\Exception\NotNullConstraintViolationException: An exception occurred while executing ‘UPDATE oc_share SET uid_owner = ?, uid_initiator = ? WHERE id = ?’ with params [null, “XXXXXXXXi”, 103]:
SQLSTATE[23000]: Integrity constraint violation: 1048 Column ‘uid_owner’ cannot be null
Update failed
Any idea ??
i have ubuntu LTS 16.10 and latest version of mySql
thanks in advance