Skip to content

Instantly share code, notes, and snippets.

@vistar
Created December 9, 2021 09:34
Show Gist options
  • Save vistar/3010c4b3c58dd9c6399b63303a693bd4 to your computer and use it in GitHub Desktop.
Save vistar/3010c4b3c58dd9c6399b63303a693bd4 to your computer and use it in GitHub Desktop.
update drupal
  1. Список доступных обновлений composer outdated "drupal/*"

  2. Проверить, что используется: composer show drupal/core-recommended

2.1 если drupal/core-recommended composer update drupal/core "drupal/core-*" --with-all-dependencies

2.2 Если нет composer update drupal/core --with-dependencies

  1. drush updatedb
  2. drush cache:rebuild
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment