We are currently running a large Jira Server instance (1,000+ users) using a Delegated Authentication Directory with LDAP. We need to migrate a new Connector LDAP directory (Generic Posix) and bring over user data.
Usernames are the same on both directories. There is one group on our current LDAP we filter users from (jira-users). There are also local groups within Jira that we can re-create POSIX groups for on the new directory.
What is the best approach for migrating these users and groups from Delegated LDAP to Connector LDAP?
Be careful! For sure, do not do this for the first time in production. This should be pretty straightforward as long as you don't have users that exist in multiple directories that have work associated with each user.
In a Dev instance, make a clone of your Prod environment and dump the cwd_user database table so you can see what is happening. You want to be able to compare to the original as you make changes.
In theory, you would do the following steps in this order, but if you end up with users becoming disconnected from their data, you will need to troubleshoot and see where things went wrong.
I would advise comparing the cwd_user table against the original for steps 2-6 before moving on to the next step. This will help you understand at what stage things broke. I hope that helps.
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.