hi there!
i have installed last version of NCP and i was trying now to restore my last backup executed in other version.
here the command executed in order to restore backup:
root@nextcloudpi:~# ncp-restore /media/myCloudDrive/nextcloud-bkp_20181001_1538362802.tar
extracting backup file /media/myCloudDrive/nextcloud-bkp_20181001_1538362802.tar…
restore files…
restore database…
no datadir found in backup
Your data directory is invalid
Ensure there is a file called “.ocdata” in the root of the data directory.Cannot create “data” directory
This can usually be fixed by giving the webserver write access to the root directory. See https://docs.nextcloud.com/server/14/go.php?to=admin-dir_permissionsAn unhandled exception has been thrown:
Exception: Environment not properly prepared. in /var/www/nextcloud/lib/private/Console/Application.php:166
Stack trace:
#0 /var/www/nextcloud/console.php(95): OC\Console\Application->loadCommands(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#1 /var/www/nextcloud/occ(11): require_once(’/var/www/nextcl…’)
#2 {main}Cleanup…
root@nextcloudpi:/media/myCloudDrive# uname -a
Linux nextcloudpi 4.4.167-rockchip64 #3 SMP Mon Jan 14 13:52:58 UTC 2019 aarch64 GNU/Linux
Nextcloud 15.0.2 is my current versio
any idea to restore my data…?