Project

General

Profile

Bug #21491

Updated by Nicolas CHARLES over 1 year ago

old techniques, created from the era of Rudder 4 and 5, cannot be deleted from the technique editor because they are in the meta-technique category 
 Any technique created outside of "User techniques" category won't be deleted also 
 Technique editor says they can be, but actually they can't 

 Workaround: delete from file system 
 <pre> 

 cd /var/rudder/configuration-repository/techniques/ncf_techniques 
 rm -rf <deleted folder> 
 git add <deleted folder> 
 git commit -m "removing technique" 
 rudder server reload-techniques 
 </pre>

Back