We will be performing some cleanup within our Confluence installation
Our Plan
Set users to inactive in the database -- we have identified 25868 users that need to be set to inactive
we will be using the following script to perform this:
UPDATE cwd_user SET active = 'F' WHERE user_name in (xxxx,xxxxx)
We also found that of these users, 95 of them have Personal Spaces
We will delete the Personal Spaces through the UI
We also found that 37 Global sites will not have an admin once we set these users to inactive
The unused spaces will be deleted through the UI
Questions:
would it be best to set the users to inactive prior to the deletion of the spaces, or delete the spaces first?
Does anybody see any issues with the process?
Thanks
Hey Dan,
Not sure if there would be any issues with marking them inactive first for Confluence.
I do know that when you mark a user inactive it becomes difficult to search for the user in JIRA (not sure of the same issue would apply in Confluence though. May be best to delete all of the relevant Confluence data first and then remove the users.
Tyler
Bit late to the game, but take a look at this 6 step process you can adapt to your own Confluence Cleanup needs: https://www.adaptavist.com/blog/how-to-clean-up-confluence-in-six-steps/
This was written based on our experience with multiple customers and users of our apps.
(I work in Marketing for Adaptavist)
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.