I'm having a very large Confluence installation, where one very large group (say group A) is synchronized from LDAP. We now have a second group (say group B) that has the same users in LDAP and is synchronized with Confluence as well. We are now searching for the best way to change all permissions in Confluence associated with group A to group B. Afterwards, we aim to delete group A in LDAP. This is essentially a way to rename the group A to B.
Questions:
Our environment:
Thank you very much in advance for any hints!
Hello,
Could you provide the script you used to get this done. I have the same problem however the scrip provided in JRA-1391 is not particularly working for me.
Thank you!
I actually solved this problem using my initial approached described in the question. All other methods seemed inadequate.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You might be able to do this in a better fashin than with SQL. The official API's can do this kind of thing. I qwould recommend looking into the Confluence Command Line Interface as it implements those API's in an easy to use fashion.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No ideas?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I do not understand. The answer marked as solution says I should run this SQL:
Update cwd_group set group_name='<new_group_name>', lower_group_name='<new_group_name>' where lower_group_name='<old_group_name>';
However, this won't touch any permissions in the CONTENT_PERM and SPACEPERMISSIONS tables. So these will still point to the old group. Or am I missing something? Actually I do not really want to "rename" a group. I want to change all group permissions of one group to another.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I belive you're in the same situation is this other question: https://answers.atlassian.com/questions/98523/need-to-rename-group
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.