You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running this command : php occ trashbin:cleanup
I get the following error (my data dir is /vagrant/data/owncloud): Error PHP opendir(/vagrant/data/owncloud/admin/files_trashbin/files): failed to open dir: No such file or directory at /var/www/nextcloud/lib/private/files/storage/local.php#100 2017-05-08T15:23:51+00:00 admin
The "trashbin:cleanup" removed files_trashbin/files dir in each user-dir.
While it can be easy repaired it should be fixed in occ.
By the way: would be nice if occ will be renamed to ncc. Next occ should issue a deprication warning before forwarding command to ncc - for a while.
The text was updated successfully, but these errors were encountered:
Background: i'm on a migration path from owncloud 8.2.11 to nextcloud 11.0.3.
The first migration step was to migrate to nextcloud 9.0.58. I ran that "occ" command with nextcloud 9.0.58.
Even if support for nc9 is end-of-life i think "migration-support" should be still available, because nc9 is subject of the recommended migration path. The above command is a basic admin task.
As I cannot reproduce the original issue anymore, I will close this ticket. If this is still happening please make sure to upgrade to the latest version. After that, feel free to reopen.
I'm guessing we fixed this already as we create the dir if it is missing now.
After running this command :
php occ trashbin:cleanup
I get the following error (my data dir is /vagrant/data/owncloud):
Error PHP opendir(/vagrant/data/owncloud/admin/files_trashbin/files): failed to open dir: No such file or directory at /var/www/nextcloud/lib/private/files/storage/local.php#100 2017-05-08T15:23:51+00:00 admin
The "trashbin:cleanup" removed files_trashbin/files dir in each user-dir.
While it can be easy repaired it should be fixed in occ.
By the way: would be nice if occ will be renamed to ncc. Next occ should issue a deprication warning before forwarding command to ncc - for a while.
The text was updated successfully, but these errors were encountered: