User Tools

Site Tools


web_services:drupal9_update

This is an old revision of the document!


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.1649782383.txt.gz · Last modified: 2022/04/12 11:53 by tschulz