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. Install D7 with the openscholar profile.
  2. Edit D7's settings.php. Provide credentials to access the d6 database. (Example provided in link in step 4).
  3. In D7, enable os_migrate.
  4. Configure os_migrate (admin/config/openscholar/os_migrate).

Migration

Clone this wiki locally