Cannot write into "config" directory after upgrade

Hi winstonyin,

php-fpm 7.4 service has now protection to access folders on drive.

You can add this to your php-fpm service (systemctl edit php-fpm.service):

[Service]
ReadWritePaths = /mnt/euler/nextcloud/data/
ReadWritePaths = /usr/share/webapps/nextcloud/apps
ReadWritePaths = /etc/webapps/nextcloud/config/

THis will give acces to the folders differents folders :wink:

For more informations I did a long post here: [NC18] Problem to access data folder after upgrade to php 7.4