Admin lost writing permissions after update

Hey there!

I upgraded from Nextcloud 9.XX to 10.02 today.

To enable the web updater, I used the following command:
chown -R www-data:www-data /var/www/nextcloud

After the successful update, I restored the strong permissions:
https://docs.nextcloud.com/server/9.0/admin_manual/installation/installation_wizard.html#setting-strong-directory-permissions

Now I got the problem that my admin account has apparently lost its writing permissions. So for example, I can’t create folders in web view and files won’t get synced anymore. Everything seems to be read only.

All folders in /var/www/nextcloud/data have owner ‘www-data’ and 0750 permissions. I also restarted Apache Server.

I searched around a lot today, but couldn’t find anyone with similar problems after updating. What am I missing here?

Thank you for your help! :wink: