Add doc for pulling live data down; command courtesy @wolcen

This commit is contained in:
Benjamin Melançon 2019-08-30 19:01:46 -04:00
parent 11c41f2a38
commit e05860a690

View file

@ -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.