User Tools

Site Tools


web_services:drupal9_update

Update Drupal Webserver

Web Browser

  1. Run composer update under Update from Shell
  2. Click on Clear Cache
  3. Run backup from Backup to Mercurial

Update from Shell

su -l www
cd /var/www/html/drupal
hg addremove
hg commit -m "Pre update"
composer update drupal/core "drupal/core-*" --with-all-dependencies

Backup to Mercurial

su -l www
cd /var/www/html/drupal
hg addremove
hg commit -m "Post update"
hg push
web_services/drupal9_update.txt · Last modified: 2022/06/07 15:31 by tschulz