owncloud / user_ldap

📒
GNU Affero General Public License v3.0
17 stars 17 forks source link

Nightly failed on encryption configure step #803

Closed grgprarup closed 1 year ago

grgprarup commented 1 year ago

Build: https://drone.owncloud.com/owncloud/user_ldap/4682/120/17

+ cd /var/www/owncloud/server
+ php occ encryption:enable
Encryption enabled

Default module: OC_DEFAULT_MODULE
+ php occ encryption:select-encryption-type masterkey --yes

  Command "encryption:select-encryption-type" is not defined.  

  Did you mean one of these?                                   
      encryption:change-key-storage-root                       
      encryption:decrypt-all                                   
      encryption:disable                                       
      encryption:enable                                        
      encryption:encrypt-all                                   
      encryption:fix-encrypted-version                         
      encryption:hsmdaemon                                     
      encryption:hsmdaemon:decrypt                             
      encryption:list-modules                                  
      encryption:migrate                                       
      encryption:recreate-master-key                           
      encryption:set-default-module                            
      encryption:show-key-storage-root                         
      encryption:status 
phil-davis commented 1 year ago

That is a pipeline that uses core "latest" with user_ldap and encryption apps. core "latest" is now 10.13.0. In 10.13.0 the encryption:select-encryption-type was removed because the encryption type is now always masterkey (there is no possibility to select user-key encryption any more).

So the drone CI needs to be adjusted so that encryption:select-encryption-type is not done any more.