There are no commands defined in the "encription" namespace

Hi All,

I just upgrade the new version 10.13.1.3 and everything went really good and easy installed with the script updater. Thank you for this community and continues deployment. I wanted to check something as I am experiencing right now with my users. Only Office collapse as I have a single user encryption mode enable, and I was trying to migrate the encryption into master-key to let this work, but it seems the occ doesn’t respond very well for this. When I do the following:

sudo -u www-data php occ encription:decrypt-all

I received this error:

There are no commands defined in the “encription” namespace.

Did you mean one of these?
encryption
encryption:hsmdaemon

and basically encryption namespace does not recognise as command. Is anyone can help me on this? Thank you!

Regards,
Kilian

Anyone can help me here?

Hey,

i’m not familiar with encryption in ownCloud at all but maybe you need to put your ownCloud instance into single user mode first:

Without having the encryption app enabled i’m also getting this message:

$ ./occ encription:decrypt-all
                                                                
  There are no commands defined in the "encription" namespace.  
                                                                
  Did you mean this?                                            
      encryption        

Maybe you also need to first enable the encryption app for being able to use the occ commands:

1 Like

I think, it’s a simple typo, as encription != encryption. The correct namespace is encryption.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.