Update Path

Component ID

2368545

Component name

Update Path

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

1240

Component created

Component changed

Component body

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.