如何将损坏的 Plone 内容移至新的内容类型?
“旧”内容类型是:collective.fhdirectory “新”内容类型是:collective.teamdirectory
我网站上的所有“旧”内容现在都已损坏......
The "old" content type is: collective.fhdirectory
The "new" content type is: collective.teamdirectory
All the "old" content on my website is now broken…
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个产品专门做这个工作:
Products.contentmigration。
这里有一个很好的指南,介绍如何使用 Products.contentmigration 迁移自定义 AT 类型。
There is a products that specifically do this job:
Products.contentmigration.
Here a good howto on how to Migrate Custom AT Types with Products.contentmigration.