ownCloud crash after encryption:decrypt-all

Hi,

I’ve got ownCloud 10.0.9-1+1.2 on debian. Yestarday i want to remove file encryption. I put own cloud into maintance mode, stop apache2 server and run occ encryption:decrypt-all.
Everyting goes good for sometime but then i’ve got some php and redis error (i don’t know how to find that error now). I’ve run out of space in my /var partition - probably that was the problem.

All my files are still encrypted. I’ve got full backup of by /storage/data partition and /var/www/owncloud/config - directories.

When i run:

sudo -u www-data php /var/www/owncloud/occ

Got:
ownCloud is not installed - only a limited number of commands are available
ownCloud 10.0.9

apt-get install owncloud-files

Reading package lists… Done
Building dependency tree
Reading state information… Done
owncloud-files is already the newest version (10.0.9-1+1.2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

What can i do?

IIRC, the occ command must be invoked from within the owncloud directory, to access the config.

Ok, seems like my config.php has gone - restored it from backup and my ownCloud is working again.
So… i’m trying to decrypt files again :slight_smile:

Good luck! Regarding the encryption, I’m afraid I cannot help.