Skip to content

Instantly share code, notes, and snippets.

@init90
Last active December 3, 2018 11:01
Show Gist options
  • Select an option

  • Save init90/40fba9e1fbfb4c0fbf2ce041ca42cd43 to your computer and use it in GitHub Desktop.

Select an option

Save init90/40fba9e1fbfb4c0fbf2ce041ca42cd43 to your computer and use it in GitHub Desktop.
Drupal 7, update multisite with drush.
// 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