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.

Upgrading SilverStripe /

Ask questions about upgrading SilverStripe to the latest version.

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

Upgradaing from 2.4 to 3.1 causes page deleted after few mins of migration


Go to End


2 Posts   1721 Views

Avatar
Praveen

Community Member, 49 Posts

6 December 2014 at 2:38am

Edited: 06/12/2014 3:33pm

Hi,
Pages get deleted on deploying to live website.
It is not happening on dev or stage. Within a few minutes after migrating the pages get deleted. When I check in the admin it say "Remove from the draft" and all the subpages are removed. When I checked the database version history exists but removed from the DataObject table.

I am still trying to recreate this on dev.

Modules Running
Solr
Image_Gallery
Blog
widgets

we are only running the solr indexing after we migrate.
Please help me to troubleshoot or recreate it on dev.

Thanks

Avatar
Praveen

Community Member, 49 Posts

9 December 2014 at 11:35pm

I found using remove with dataobject. When using dataobjectset remove isto unset the object now with 3.1 its deleting the record. Is it correct?