You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am following this steps for migrating from cloud to self managed server
https://support.atlassian.com/confluence-cloud/docs/migrate-from-confluence-cloud-to-server/
I tried with versions Confluence 7.4.5 and Confluence 7.9.0.
Both same result: NO spaces and pages imported
I guess I am choosing the wrong version, not sure which is version and the running in the cloud ...
this is my exportDescriptor.properties
source=cloud
buildNumber=6169
createdByVersionNumber=1000.0.0-3e29c956e16c
ao.data.version.com.atlassian.mywork.mywork-confluence-host-plugin=1000.1.7
ao.data.version.min.com.atlassian.confluence.plugins.confluence-space-ia=5.0
timezoneId=Europe/Helsinki
exportType=all
createdByBuildNumber=6452
backupAttachments=true
defaultUsersGroup=confluence-users
ao.data.list=com.atlassian.mywork.mywork-confluence-host-plugin, com.atlassian.confluence.plugins.confluence-space-ia
ao.data.version.min.com.atlassian.mywork.mywork-confluence-host-plugin=1.1.30
ao.data.version.com.atlassian.confluence.plugins.confluence-space-ia=1000.0.0-3e29c956e16c
I saw in my self managed server (version 7.9.0) current version of
mywork-confluence-host-plugin is 8.0.4 ...
any idea how to do the migration ?
How do you know that no spaces are migrated? Just because you are not seeing them in UI?
If you are doing a site import, spaces should get imported, unless import fails completely.
Is it possible that the user you are logging in with (recovery_admin?) does not have permission to access any spaces?
- Try checking in the DB: select count(*) from spaces;
- See if you have any 'Recover Permissions' spaces at [BASEURL]/admin/permissions/viewdefaultspacepermissions.action
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.