Drupal Update Procedure on Sakura Rental Server
This article summarizes the procedure for updating Drupal from 10.1.5 to 10.6.1 on Sakura rental server. Environment Server: Sakura rental server Drupal: 10.1.5 -> 10.6.1 Installation type: Traditional (tarball, no web/ directory) Preparation Creating a Working Directory Store backups outside of www (to prevent web access). mkdir -p /home/[username]/backups/drupal Backing Up Files cd /home/[username]/www tar -czvf /home/[username]/backups/drupal/drupal_backup_$(date +%Y%m%d).tar.gz [drupal-directory]/ Backing Up the Database On Sakura rental server, the --no-tablespaces option is required. ...



















