Functions | |
| drush_multi_drupalupdate_validate () | |
| drush_multi_pre_multi_drupalupdate () | |
| drush_multi_drupalupdate () | |
| drush_multi_drupalupdate_rollback () | |
| drush_multi_post_multi_drupalupdate () | |
| drush_multi_drupalupdate | ( | ) |
Implementation of drush_hook_COMMAND()
Drupal Update in 8 Steps (Drupal Update in 8 Schritten (german)) for the corresponding steps.
Definition at line 949 of file multi.drush.inc.
References _multi_preserve_symlinks().
| drush_multi_drupalupdate_rollback | ( | ) |
Implementation of drush_hook_COMMAND_rollback()
Definition at line 998 of file multi.drush.inc.
| drush_multi_drupalupdate_validate | ( | ) |
Implementation of drush_hook_COMMAND_validate()
Performs general checks and set needed variables via drush_set_context()
Definition at line 862 of file multi.drush.inc.
References _multi_current_version(), and _multi_recommended_version().
| drush_multi_post_multi_drupalupdate | ( | ) |
Implementation of drush_hook_post_COMMAND()
Invokes 'multi-exec' with 'variable-set' and 'site_offline 0' argument if '--updatedb' option is set
Invokes 'multi-exec updatedb' if '--updatedb' option is set
Definition at line 1009 of file multi.drush.inc.
| drush_multi_pre_multi_drupalupdate | ( | ) |
Implementation of drush_hook_pre_COMMAND()
Invokes 'multi-exec' with 'sql-dump' argument if '--sql-dump' option is set
Invokes 'multi-exec' with 'variable-set' and 'site_offline 1' argument if '--updatedb' option is set
Definition at line 926 of file multi.drush.inc.
1.5.8