usync migrations "convert this site"
m
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? @Kevin Jump ?
testing with umb 11.4.2 and an older version of clean starter package for legacy grid.
Copy code
<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.
m
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
m
but this is a change?
previously it migrated the content when changing the datatype?
m
No idea 🙂 I have only used the latest version
m
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
migrationprofile -> migrationplan seems to be different too now.. as ignores the target/root options on the plan.
5 Views