10
votes

I have a project which is using umbraco cms, ie. MSSQL (Now we are rebuilding the site in WordPress). Which i cannot understand the relations. It's difficult in Umbraco. So i would like to download/Export the content directly from Umbraco CMS. But in cms i don't find any option to export the bulk data. Is any other way to do this? Or if you can help me to find any free tools. Or any free tools that can do MSSQL to MySQL simply?

Thanks In Advance / Rajeev

2
am not sure how you will manage if the whole data is migrated from MSSQL to MySQL?. Also in umbraco data in each content node is saved in an xml format, So how you are going to manage these data..?Mahesh KP
Yeah. that's it. it saved in to xml format. So we have done it through xml fetching and findout the nodes. Thanks MaheshRajeev Prabhakaran Nair

2 Answers

12
votes

You can do this by creating a package. In the Developer section of Umbraco, expand the Packages node and right-click on 'Created packages' and click 'Create'. Click on the package and in the 'Package Contents' tab of the editor you can select a content node with an option to include all of its child nodes.

Umbraco content packaging

Complete the required fields in the 'Package Properties' tab. Once you've pressed 'Save & Publish' you will be given the option to download the package.

Download Umbraco package

You can now download your content in this package and install it on another instance of Umbraco by using the 'Install local package' option.

More detailed instructions for this approach are available here.

-1
votes

You would probably want to explore using Umbraco's Courier add-on:

http://umbraco.com/products/more-add-ons/courier-2.aspx

It's not free, but it seems like it's the only tool in the market for this type of job.