Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Migrate data objects?


Go to End


743 Views

Avatar
Ryan M.

Community Member, 309 Posts

1 February 2011 at 4:20pm

Is there any builtin method for migrating data objects to new ones? For example, I'd like to migrate ImageGallery items to a new object class of my own, transferring things like title, captions, source files, etc.

If there isn't, then I'll probably have to write a script for it.