leekelleher / umbraco-usync-migrations

[FORK] My personal fork of the uSync migration tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uSync Migrations

uSync Migrations is a tool to help you migrate your site settings and content from Umbraco 7.x to the latest and greatest versions of Umbraco.

How to use this

Runs on Umbraco 10, 11 & 12

Getting Started

SEE our GETTING STARTED guide for more details

Install uSync

dotnet add package uSync 

uSync.Migrations.

dotnet add package uSync.Migrations --prerelease
  1. Don't do this on a live server!
  2. Install it.
  3. Put an Old uSync v7 folder somewhere in your shiny new uSync Folder
  4. Go to the Migrations tab in uSync.
  5. Do it .
  6. Import it.

Complex data ?

This release covers core things, Vorto and a few community editors.

if you want to migrate complex data you need to write a Migrator (implementing ISyncMigrator class) take a look at the uSync.Migrations/Migrators folder.

If you want to see how you can customize the process. take a look at the MyMigrations project in this repo

And remember: contribute back any editors you think others will benefit from

Support ?

This is a pre-release early access beta migration tool. you can ask, but lets hope other people are watching.

About

[FORK] My personal fork of the uSync migration tool

License:Mozilla Public License 2.0


Languages

Language:JavaScript 58.9%Language:C# 31.7%Language:CSS 5.3%Language:HTML 4.2%