Upgrading to Domain Access 7.x.3

Last updated on
30 April 2025

You are browsing documentation for an older version of Drupal, which is not supported any longer, and the information may not be correct. See current documentation for Contributed modules

Upgrade instructions

If you are using Domain Access 6.x.2, you may upgrade straight to 7.x.3 using these upgrade instructions.

If you are using Domain Access 7.x.2, you must upgrade to 7.x.3 using the Drupal update script. To do so, follow the steps below.

  1. Disable Domain Access 7.x.2 and its dependent modules.
  2. Download the recommended version of Domain Access 7.x.3.x and replace all of the existing 'domain' files with the new module files.
  3. Run update.php, either through the user interface or drush.
  4. Enable Domain Access and its dependent modules.

If you do not disable the module before upgrading, fatal errors will occur. These errors are temporary but look pretty scary. Your site will not be damaged, so Don't Panic.

After you upgrade, you may be prompted to perform additional actions. Simply follow the on-screen instructions.

The prompt to update domain modules.

The form for updating module data.

These additional updates are acceptable via drush with drush domain-repair.

Updating via drush

Steps to update via drush:

  1. drush dis domain
  2. drush dl domain
  3. drush updb
  4. drush en domain --uri="http://example.com/optional_subdirectory"
  5. [enable other modules as needed]
  6. drush domain-repair

Notes

There have been significant API changes in the 7.x.3 branch. If your site uses a module that is not part of the Domain Access package, you should check to see if that module is compatible with 7.x.3 before you upgrade.

If you find a module that is not compatible, please file an issue in that module's issue queue.

If you do not perform the update as described, it is possible that your database cannot be updated. If this happens, you may be forced to update your database using custom SQL queries. To avoid this situation, please follow the upgrade instructions before changing settings to any domains.

Help improve this page

Page status: Not set

You can: