Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Migrating openscholar from drupal 6 to drupal 7

sagotsky edited this page Sep 20, 2012 · 14 revisions

OpenScholar uses the Migrate module to import data from a drupal 6 installation to a drupal 7 one. The standard update.php upgrade path is not supported. Instead, we create a new d7 installation and copy data from the legacy database.

Setup

  1. This setup assumes you already have a working installation with d6 production data and files.
  2. Install D7 with the openscholar profile.
  3. Edit D7's settings.php. Provide credentials to access the d6 database. (Example provided in link in step 4).
  4. In D7, enable os_migrate.
  5. Configure os_migrate (admin/config/openscholar/os_migrate).
    • Migration database uses the name of the database from step 2
    • Files directory is the path to your d6 installation. When migrating files, this will be prepended to the path in the files table.

Migration

Clone this wiki locally