unpacked, I renamed the old nextcloud folder to nextcloud-old and copied the new folder to /var/www, once I had done this from the previously renamed folder I copied the data folder and the config.php file, but when I give the command:
pi@raspberrypi:/var/www/nextcloud $ sudo -u www-data php occ upgrade
I receive:
This version of Nextcloud requires at least PHP 8.0 You are currently running 7.4.33. Please update your PHP version
I see this instead:
This version of Nextcloud requires at least PHP 8.0
You are currently running 7.4.33. Please update your PHP version.
if I try to start nextcloud from web…
Could you tell me where/what I’m doing wrong?
Can’t write into config directory!This can usually be fixed by giving the webserver write access to the config directory.
if I give the command:
sudo chmod 750 /var/www/nextcloud/config
Configuration was not read or initialized correctly, not overwriting /var/www/nextcloud/config/config.php
As I had already said, I copy the config.php file from the nextcloud-old folder