From 80968defc2d0146d501f1d9f60732d01fb54e5b1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 9 May 2020 02:41:15 +0100 Subject: [PATCH] Add notes about running migrations --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 148d0bc..e41154d 100644 --- a/README.md +++ b/README.md @@ -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