Add doc for pulling live data down; command courtesy @wolcen
This commit is contained in:
parent
11c41f2a38
commit
e05860a690
1 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue