Update Drupal 7 Modules

Introduction

Drupal 7 has a built-in updater that updates everything that needs to be updated. However, it requires FTP access but we use SFTP so it does not work. Luckily, we can use drush instead.

Instructions

Read through the update changes for every module before you update. Some updates requires you to do some changes

  1. Use ssh to access the server: ssh <your-username>@babbage.utn.se

  2. Change directory to the public folder: cd public

  3. Run drush -y up

Let drush run and you should have an updated website.