Command output example

Drupal's Update Path is the set of steps that normally happen when getting a database up to date with the exported configuration. This project implements these steps in a Drush command which thanks to Drush's command API can be adapted to your particular workflow.

The update path involves the following steps:

  1. Rebuilding Drupal's registry.
  2. Running database updates.
  3. Reverting all Features components.
  4. Clearing all caches.
  5. Running cron.

You would run the update path after deploying code to any environment (including your local environment) or after copying the Production's database into your local environment.

Supporting organizations: 
Built the foundation.

Project information

Releases