Skip to content

RedTurtle/rt.atmigrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

RedTurtle Technology Site

About

A tool that allows to migrate objects from a content-type to another

Resources

Stars

Watchers

Forks

Packages

No packages published