https://github.com/redturtle/rt.atmigrator
A tool that allows to migrate objects from a content-type to another
https://github.com/redturtle/rt.atmigrator
Last synced: about 1 year ago
JSON representation
A tool that allows to migrate objects from a content-type to another
- Host: GitHub
- URL: https://github.com/redturtle/rt.atmigrator
- Owner: RedTurtle
- Created: 2013-03-08T09:29:05.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-27T13:31:21.000Z (about 13 years ago)
- Last Synced: 2025-02-19T17:10:02.474Z (over 1 year ago)
- Language: Python
- Homepage: http://plone.org/products/rt.atmigrator
- Size: 160 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Introduction
============
This simple package allows to migrate from one portal-type to another.
This is done by `Products.contentmigration `_, we only provide a simple interface that allows to select source and destination portal_types.
Installation
============
You only need to add the product to eggs and launch the buildout. No installation needed, is only a view.
buildout.cfg::
[instance]
eggs +=
rt.atmigrator
Usage
=====
To migrate some contents, you only need to call "*@@migrate-types*" view in site root.
Remember to update the catalog after migration to align metadatas.
.. image:: http://blog.redturtle.it/pypi-images/rt.atmigrator/atmigrator_screenshot.png
TODO
====
* Handle more specific queries (for example filtering by path or review_state)
* Handle custom migration behaviors (pre and post migration) for specified portal_types with some additional plugins
Compatibility
=============
This product is tested with Plone 3.3.x and 4.2.x (with tests).
Authors
=======
This product was developed by RedTurtle Technology team.
.. image:: http://www.redturtle.net/redturtle_banner.png
:alt: RedTurtle Technology Site
:target: http://www.redturtle.net/