====== Update Drupal Webserver ====== ===== Web Browser ===== - Go to https://www.sebeka.k12.mn.us/user/login - Go to https://www.sebeka.k12.mn.us/admin/reports/status to check for updates - Run composer update under **Update from Shell** - Go to https://www.sebeka.k12.mn.us/admin/config/development/performance - Click on Clear Cache - Run backup from **Backup to Mercurial** - Check site status report https://www.sebeka.k12.mn.us/admin/reports/status ===== 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