... | ... | @@ -2,11 +2,6 @@ |
|
|
|
|
|
`composer update drupal/core "drupal/core-*" --with-all-dependencies`
|
|
|
|
|
|
### update database:
|
|
|
|
|
|
`drush updatedb`\
|
|
|
`drush cache:rebuild`
|
|
|
|
|
|
## Modules ([Docs](https://www.drupal.org/docs/updating-drupal/updating-modules-and-themes-using-composer))
|
|
|
|
|
|
### List
|
... | ... | @@ -15,6 +10,13 @@ Listing modules to be updated |
|
|
|
|
|
`composer outdated "drupal/*"`
|
|
|
|
|
|
### Update
|
|
|
### Update modules
|
|
|
|
|
|
`composer update drupal/modulename_1 drupal/modulename_2 (...) --with-dependencies`
|
|
|
|
|
|
`composer update drupal/modulename_1 drupal/modulename_2 (...) --with-dependencies` |
|
|
\ No newline at end of file |
|
|
## Update database:
|
|
|
|
|
|
After any upgrade, to complete the process
|
|
|
|
|
|
`drush updatedb`\
|
|
|
`drush cache:rebuild` |
|
|
\ No newline at end of file |