From e05860a690750b4a6a5f2ce3bc20d566916a5723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Fri, 30 Aug 2019 19:01:46 -0400 Subject: [PATCH] Add doc for pulling live data down; command courtesy @wolcen --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 41c4d44..ac48b15 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,14 @@ ddev . drush -y site:install minimal --existing-config ``` +## Pull live content down for development + +``` +drush sql-sync @live @self +drush -y rsync --exclude-paths=css:js:php --verbose @live:%files/ @self:%files +``` + + ## Running the migration in development Download the D7 files via the Backup and Migrate module.