the problem is that, just after the launch of the uninstall command it shows me this message:
dietpi-software uninstall 47
[ OK ] DietPi-Software | Initialised database
[ OK ] DietPi-Software | Reading database
DietPi-Software
─────────────────────────────────────────────────────
Mode: Automated uninstall
[ OK ] DietPi-Software | Uninstalling ownCloud: File sync, sharing and collaboration platform
DietPi-Software
─────────────────────────────────────────────────────
Step: Uninstalling ownCloud: File sync, sharing and collaboration platform
Disabling dietpi-owncloud
Run "service lighttpd force-reload" to enable changes
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '@' at line 1
Database "owncloud" dropped
And stop it there… without any possibilities to give other commands.
sorry, after some minutes it starts again to work, writing a lot of:
cp: cannot create directory '/var/www/owncloud/data/dietpi-owncloud-installation-backup/data/admin/files/Photos': No space left on device
cp: error writing
But after that it said: Uninstall completed…
should I go on with the further steps?
The easiest way IMO would be to use the occ command from command line.
OCC is a command to easily config your owncloud without the need to modify the config.php with a text editor.
Be carful to notate the domain without http(s)://
You can check the trusted domains with:
occ config:system:get trusted_domains
OR if you want to have a look inside the config.php (be careful with modyfing anything!) do:
sudo nano /var/www/owncloud/config/config.php
But if you are not used to how to use nano text editor, don’t do it that way. It needs some hotkeys for saving and exiting, which are not intuitive for beginners (First time I used it I had no idea how to do stuff