#usync migrations "convert this site"

1 messages · Page 1 of 1 (latest)

crystal dirge
#

Am I missing something here.. but using "convert this site" generates updated usync config files to translate legacy grid to blockgrid.. but then chosing import settings to apply it simply wipes out the content and leaves me with an empty block grid?

In the earlier builds it would convert the content, when choosing to apply the altered settings config?
@red elbow ?

#

testing with umb 11.4.2 and an older version of clean starter package for legacy grid.

  <ItemGroup>
    <PackageReference Include="clean" Version="2.1.6" />
    <PackageReference Include="Umbraco.Cms" Version="11.4.2" />
    <PackageReference Include="uSync" Version="11.2.1" />
    <PackageReference Include="uSync.Migrations" Version="4.0.0-phase.4" />
  </ItemGroup>
#

I'm wondering if we now have to export content and apply all, even for inplace convert this site?

#

Looks like that might be the case.

twin reef
#

This is so you can do just the settings, the data isnt lost but if you changing data types in custom migrations its handy to just run it on those first.

Then run it on content, So worth installing ContentEdition etc

crystal dirge
#

but this is a change?

#

previously it migrated the content when changing the datatype?

twin reef
#

No idea 🙂 I have only used the latest version

crystal dirge
#

with no need to export 10,000 content configs

#

also seems to be tied to the usync settings so if I'm only showing settings. then migrations also only shows settings.

#

ok so seems to be working as intended with "convert this site" if have the content exported too

#

ContentEdition I think got rolled into the usync now too.. as not insalled anything extra