geerlingguy / jeffgeerling-com

Drupal Codebase for JeffGeerling.com
https://www.jeffgeerling.com
GNU General Public License v2.0
40 stars 2 forks source link

Upgrade Drupal core to 8.8.4 (security vulnerability) #35

Closed geerlingguy closed 4 years ago

geerlingguy commented 4 years ago

See: https://www.drupal.org/sa-core-2020-001

It's not critical, since this code isn't even live yet, but it would be good to demo how to update things in the middle of a site migration, since that's a pretty common occurrence.

geerlingguy commented 4 years ago

Following the documentation in Update core via Composer, I ran the following command to upgrade Drupal core to the latest version:

composer update drupal/core-recommended drupal/core-composer-scaffold --with-dependencies