Skip to content

Instantly share code, notes, and snippets.

@gormus
Created February 9, 2016 20:38
Show Gist options
  • Save gormus/a3476fbdcde9d47ce90c to your computer and use it in GitHub Desktop.
Save gormus/a3476fbdcde9d47ce90c to your computer and use it in GitHub Desktop.
Change Drupal installation profile
$ drush vset install_profile standard

$ drush rr
$ drush cc all

$ drush sqlq "DELETE FROM `system` WHERE filename LIKE 'profiles/pantheon/pantheon.profile'"
$ drush sqlq "UPDATE `system` SET status=1 WHERE filename LIKE 'profiles/standard/standard.profile'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment