How to export data from umbraco CMS?

≡放荡痞女 提交于 2019-12-05 20:26:44

问题


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


回答1:


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.




回答2:


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.

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.

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.



来源:https://stackoverflow.com/questions/10610857/how-to-export-data-from-umbraco-cms

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!