craftcms / cms

Build bespoke content experiences with Craft.
https://craftcms.com
Other
3.27k stars 635 forks source link

Global sets content empty when updating from 3.5.5 -> 3.5.6 #6724

Open danielenstrom opened 4 years ago

danielenstrom commented 4 years ago

Description

Bumped craft from 3.5.5 to 3.5.6 and suddenly my global sets content fields where empty. No other content content affected, just my globals.

Additional info

Updated manually on dev env and then pushed to prod with git and buddy.works

brandonkelly commented 4 years ago

Check your globalsets database table – do you see two rows in there with the name of the global set where content is missing? And does one of them have a dateDeleted value?

danielenstrom commented 4 years ago

I rolled back my database when it happened, and there is no database backup from that deployment, so unfortunately can not tell. Checked the deployment before and after, no dateDeleted on those

brandonkelly commented 4 years ago

Are you able to reproduce if you reattempt the update, perhaps locally?