My company currently has a lot of pages in Confluence (cloud version). Nothing complicated - organized in spaces, many pages have sub pages, some pages have images.
We're now looking at moving our pages to an Umbraco CMS, hosted on our own servers.
Are there tools that will copy the pages in our Confluence account to an Umbraco instance?
Migrating from Confluence to Umbraco
My company currently has a lot of pages in Confluence (cloud version). Nothing complicated - organized in spaces, many pages have sub pages, some pages have images.
We're now looking at moving our pages to an Umbraco CMS, hosted on our own servers.
Are there tools that will copy the pages in our Confluence account to an Umbraco instance?
Hi Matt
Didn't hear about such tool.
But I think it's not a big issue to write some importer, create umbraco pages with ContentService , for images use MediaService
Thanks,
Alex
I had good success using a commercial plugin for a large site migration (about 10,000 content items).
https://soetemansoftware.nl/cmsimport
It looks like you can export spaces from confluence as xml https://confluence.atlassian.com/conf56/exporting-confluence-pages-and-spaces-to-xml-658736972.html
So based on that and my experience cmsimport will work well (we took over media as well as text).
You create a document type and match fields to that document type from the exported xml using cmsimport.
Hope that helps, I believe there is a free version if you don't have loads of pages.
is working on a reply...