We would like to consolidate 4 independent confluence Servers to one single Server.
We will need to migrate all Spaces their attachments and Users from the 4 Internal directory's, with their permissions on Spaces and Group Memberships.
Is this possible?
I already found this KB article regarding Group Memberships: https://confluence.atlassian.com/confkb/migrate-local-group-memberships-between-directories-289277857.html
But i wasn't able to find a way to export the users to a CSV .
Will the permissions and restrictions be consistent when i export and import spaces?
Hi @Philipp Wieseckel ,
With Confluence Command Line Interface, you can use the exportSpace action to export the spaces and then import the spaces into your target instance using restoreExport action.
--action exportSpace --space "RT" --file RTspaceexp.zip
--action restoreExport --file RTspaceexp.zip
Please make sure to place the file in the home\restore directory to import.
With respect to migrating users and groups, please use the exportData action as shown below that gives you the list of actions to run in your target instance so as to recreate the users\groups.
--action exportData --space "RT" --exportType "groups"
or
--action exportData --space "RT" --exportType "users" --options "includeGroups"
We have opened a support ticket, https://bobswift.atlassian.net/servicedesk/customer/portal/1/SUPPORT-6475 to better track your request. However, we couldn't add you as a reporter. Please sign up using this link https://bobswift.atlassian.net/servicedesk/customer/portal/1/user/signup and share the user name/id. We'll then add you as the reporter and confirm.
Thanks,
Reshma
Hi Reshma, thanks for your support. My mail in you ServiceDesk is philipp.wieseckel@ancud.de
please add me on the Ticket.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Another question would be if there is a way to verify that all Pages and attachments were migrateded?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI @Reshma Begum {Appfire} @Philipp Wieseckel can you please add bipin.nepal@cedargate.com to your support request?
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would suggest setting up a new instance and migrating everything to that. This way you could have a blank slate to start from and test against until you get what you want.
All instances will need to be on the same version.
Do you have users in multiple directories? (Same email, username, etc.) This will causes issues and you will need to merge them.
After the new instance is setup and all the directories have been attached you should be able to follow these steps.
REMINDER: You can't import into an earlier version of Confluence. So if the Confluence instances are on different versions, you may be limited by this and need to upgrade For example, if you export a space from Confluence 5.9, you can't import it into Confluence 5.5.
Also, if the space to be imported is very large, you may need to temporarily increase the memory available to Confluence. See How to fix out of memory errors by increasing available memory
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Brant!
Sounds like the best approach to me.
We do have users in different directories, all the instances are using their own internal directory right now.
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.