Last active
December 3, 2018 11:01
-
-
Save init90/40fba9e1fbfb4c0fbf2ce041ca42cd43 to your computer and use it in GitHub Desktop.
Drupal 7, update multisite with drush.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Backup databases. | |
| drush @sites sql-dump --result-file --gzip | |
| // Run update. | |
| drush @sites updb | |
| // Clear cache. | |
| drush @sites cc all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment