Updating drupal 8 core (local procedure)
- Download
drupal-8.X.Y.gz
into/tmp
tar zxf /tmp/drupal-8.X.Y.tar.gz
/root/fix_drupal_perms drupal-8.X.Y
cd drupal-8.X.Y
cp -p ../drupal8/.htaccess .
cd sites/default
rsync -vauH ../../../drupal8/sites/default/files .
rsync -vauH ../../../drupal8/sites/default/settings.php .
cd ../../..
service httpd stop
rm -f drupal8
ln -s drupal-8.X.Y drupal8
service httpd stop
- Visit:
http://drupal.my.desk:8888/update.php