Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
drupal_updating [2017/08/30 04:20] dolf |
drupal_updating [2017/08/30 04:24] (current) dolf |
||
---|---|---|---|
Line 7: | Line 7: | ||
* run composer update --with-dependencies to update drupal and the modules | * run composer update --with-dependencies to update drupal and the modules | ||
* cd into /srv/www/vhosts/drupal8_stock/drupal-new/web | * cd into /srv/www/vhosts/drupal8_stock/drupal-new/web | ||
- | * run ../vendor/drush/drush updb | + | * run ../vendor/drush/drush/drush updb |
+ | * run ../vendor/drush/drush/drush cr | ||
+ | |||
+ | For more info on drush, see https://drushcommands.com/ |