Skip to content

Instantly share code, notes, and snippets.

@wilfi
Last active June 16, 2021 17:01
Show Gist options
  • Save wilfi/b7f91751c4e4c4febeff666fc3025c92 to your computer and use it in GitHub Desktop.
Save wilfi/b7f91751c4e4c4febeff666fc3025c92 to your computer and use it in GitHub Desktop.

README.txt for Migration Advisor module

CONTENTS OF THIS FILE

  • Introduction
  • Module URL
  • Requirements
  • Installation
  • Configuration
  • Maintainers
  • D.ORG Repository

INTRODUCTION

Migration Advisor module provides an assessment of the migration complexity and expected time-frame to upgrade from your existing Drupal 7.x version to later versions like Drupal 8.x or 9.x. Based on the assessment, a report is automatically generated that shows a list of modules to be migrated and their associated complexity in terms of manual effort needed.

MODULE URL

https://www.drupal.org/project/migration_advisor

REQUIREMENTS

This module is dependent on libraries module(https://www.drupal.org/project/libraries). We need to have it enabled before installing the module.

INSTALLATION

CONFIGURATION

  1. Place this module in your /modules directory and enable it.
  2. Go to /admin/reports and click on Migration Advisor to provide initial input for report.
  3. Complete initial assessment to go main report page. If no errors in initial report then more accurate the report will be.
  4. If in initial assessment it shows failed continously then try again after 5 mins or so as caching comes into picture.
  5. Final report will have both graphical and table representation of data.

MAINTAINERS

DRUPAL.ORG REPOSITORY

https://git.drupalcode.org/project/migration_advisor/-/tree/7.x-1.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment