Update Path
Categories
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:
- Rebuilding Drupal's registry.
- Running database updates.
- Reverting all Features components.
- Clearing all caches.
- 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.
