Advertisement
Guest User

Untitled

a guest
Feb 15th, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. ```
  2. rm ~/Downloads/fh.prod.sql
  3. echo 1 | terminus site backups get --site=facing-history --env=live --element=db --to=~/Downloads/fh.prod.sql.gz
  4. gunzip ~/Downloads/fh.prod.sql.gz
  5. echo y | ./scripts/build.sh ~/Sites/fh -y
  6. cd ~/Sites/fh
  7. drush sql-drop -y
  8. mysql --user=root --password=root --database=fh --host=localhost < ~/Downloads/fh.prod.sql
  9. drush updb -y
  10. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement