For upgrading a Crowd installation I'd like to install the new version in parallel to the old one.
Then I'd create a remote Crowd directory in the new Crowd that connects to the old Crowd.
With this setup I could switch over my applications one after another to the new Crowd without having to shut them down all at once.
When the last application is using the new Crowd I'd like to cut the connection to the old one and turn the remote directory into a standalone internal one.
Is this possible?
The answer below is totally unsupported and you could potentially lose your data.
But if you really wanted to try it, you could just open up your database and look at the "cwd_directory" table. Find the row that you want to edit and change impl_class to: com.atlassian.crowd.directory.InternalDirectory
and lower_impl_class to: com.atlassian.crowd.directory.internaldirectory
change the directory_type to: INTERNAL
This may work.
Again, please be aware of the risks before doing this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.