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.
- "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.
-
fashion-schools.org (Drupal 7 to Backdrop Upgrade)- July 20th, 2020
-
arf.berkley.edu (Drupal 6 to Backdrop Upgrade) - Dec 7th, 2018**
-
noreciperequired.com (Drupal 7 to Backdrop Upgrade) - April 8th, 2018
-
intowine.com (Drupal 6 to Backdrop Upgrade) - March 26th, 2018
-
animationcareerreview.com (Drupal 6 to Backdrop Upgrade) - August 30th, 2017
-
bollier.org (Drupal 6 to Backdrop Upgrade) - May 5th, 2017
-
onlinembareport.com (Drupal 7 to Backdrop Upgrade) - March 25th, 2017
-
bootfitters.com (Drupal 6 to Backdrop Upgrade) - Aug 25th, 2015
- Notes (missing?)
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!