Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 3.14 KB

README.md

File metadata and controls

67 lines (49 loc) · 3.14 KB

Upgrade Notes

A collection of upgrade "scripts" for upgrading websites from Drupal 6 and/or Drupal 7 to Backdrop CMS.

Each "script" is a markdown file for a single site, containing notes and a set of Drush commands that should be run in sequence to complete an upgrade.

Almost all scripts have a matching custom module that performs cleanup tasks and various system updates as needed. Though the cleanup tasks may vary from one site to the next, the updates often correlate to specific contrib modules, and can likely be reused.. Most of the custom modules are included here too, i n the "code" directory.

In this repository:

  • "notes" directory: contains detailed notes on the upgrade process.
  • "code" directory: contains custom module used to run updates.
  • "scripts" directory: contains shell scrpts to run through the whole upgrade.

Sites upgraded to Backdrop

To do

I intend to turn information from these markdown files into an actual script to be run from the command line. But first things first: documentation!