Hey @KevinJump is it possible my usync on first boot removed data whilst upgrading to 17?
It seems odd some content was fine and some was marked as “This Block is not yet created for this variant”
Adding them by clicking the “+“ fixes it.
I can go through the site and bring all the content back in but just in case it happens in a big site.
And then you may share a bit more information regaring the configuration of these Blocks. Especially regarding how they Vary. both regarding the Element Type and the Property holding the Blocks.
The blocks and content are the same as they have been since version 13:
Layout blocks with Feature blocks in the areas.
All in a single Web Page doctype in a single Block Grid.
The Element Types are all compositions i.e. A Feature composed of things like Feature Title, Feature Description and the Feature Content e.g. RTE, Image etc…
The odd thing is that some features and pages were fine and others not yet no difference between them.
If you install a current v17 UmBootstrap you will be able to see for yourself.
as that’s the older format that Umbraco was storing the block values in in v13 (maybe in v14 too, can’t quite remember) but it was updated in v15/16 .
So you might need to re-export everything on the master so the newer versions are used (I would recommend after an upgrade you always do a re-export to ensure things are at latest).
If uSync encounters the old format should actually update the old values to the newer ones. it does have the code in to do that migration (its pretty much the same as the core umbraco stuff , but i will double check see if anything extra has been added to core one since we did that).
But in your case here when you upgraded the master project Umbraco will have done it’s version and a uSync export should put it out to disk, and then the package will have the newer version of the files in it.