Add notes about running migrations

This commit is contained in:
Oliver Davies 2020-05-09 02:41:15 +01:00
parent f5364acd5f
commit 80968defc2

View file

@ -30,3 +30,17 @@ The Vault password is stored in LastPass.
[Ansistrano]: https://ansistrano.com
[CircleCI]: https://circleci.com/gh/opdavies/oliverdavies-uk
## Migrating data into the website
To view the status of all the migrations:
bin/drush.sh migrate:status
To run all the migrations:
bin/drush.sh migrate:import --all
To run all the migrations and update the existing migrated content:
bin/drush.sh migrate:import --all --update