Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ``` bash
  2. $ drush vset install_profile standard
  3.  
  4. $ drush rr
  5. $ drush cc all
  6.  
  7. $ drush sqlq "DELETE FROM `system` WHERE filename LIKE 'profiles/pantheon/pantheon.profile'"
  8. $ drush sqlq "UPDATE `system` SET status=1 WHERE filename LIKE 'profiles/standard/standard.profile'"
  9. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement