Kentico / xperience-by-kentico-kentico-migration-tool

A customizable tool that migrates older Kentico solutions to the latest version of Xperience by Kentico.
MIT License
4 stars 0 forks source link
dotnet kentico xperience-by-kentico xperience-by-kentico-integrations xperience-by-kentico-migrations

Xperience by Kentico: Kentico Migration Tool

7-day bug-fix policy

CI: Build and Test

Description

This repository is part of the Xperience by Kentico Migration Toolkit.

The Kentico Migration Tool transfers content and other data from Kentico Xperience 13, Kentico 12 or Kentico 11 to Xperience by Kentico.

Library Version Matrix

Xperience Version Library Version
>= 29.1.0 >= 1.0.0

Dependencies

Quick Start

Follow the steps below to run the Kentico Migration Tool:

  1. Clone or download the Migration.Toolkit source code from this repository.

  2. Open the Migration.Toolkit.sln solution in Visual Studio.

  3. Configure the options in the Migration.Toolkit.CLI/appsettings.json configuration file. See Migration.Toolkit.CLI/README.md - Configuration for details.

  4. Rebuild the solution and restore all required NuGet packages.

  5. Open the command line prompt.

  6. Navigate to the output directory of the Migration.Toolkit.CLI project.

  7. Run the Migration.Toolkit.CLI.exe migrate command.

    • The following example shows the command with all parameters for complete migration:

      Migration.Toolkit.CLI.exe  migrate --sites --custom-modules --users --settings-keys --page-types --pages --attachments --contact-management --forms --media-libraries --data-protection --countries
  8. Observe the command line output. The command output is also stored in a log file (logs\log-<date>.txt under the output directory by default), which you can review later.

  9. Review the migration protocol, which provides information about the result of the migration, lists required manual steps, etc.

The data is now migrated to the target Xperience by Kentico instance according to your configuration. See Migration.Toolkit.CLI/README.md for detailed information about the migration CLI, configuration options, instructions related to individual object types, and manual migration steps.

Full Instructions

View the Usage Guide for more detailed instructions.

Changelog of recent updates

Contributing

To see the guidelines for Contributing to Kentico open source software, please see Kentico's CONTRIBUTING.md for more information and follow the Kentico's CODE_OF_CONDUCT.

Instructions and technical details for contributing to this project can be found in Contributing Setup.

License

Distributed under the MIT License. See LICENSE.md for more information.

Support

7-day bug-fix policy

This project has Full support by 7-day bug-fix policy.

See SUPPORT.md for more information.

Security

For any security issues see Kentico's SECURITY.md.