Actualizar drupal 852 a 853

#Modo de mantenimiento
drupal site:maintenance  on

#backup de base de datos
drupal dbdu –gz

#Limpiar cache
drupal cr

#crea carpeta de backup
mkdir aux

#muevo archivos a la carpeta de backup
mv autoload.php composer.* core db example.gitignore index.php LICENSE.txt README.txt robots.txt update.php vendor web.config aux/

#copio archivos de version estable
cp ../drupal-8.5.3/autoload.php ./
cp ../drupal-8.5.3/composer.* ./
cp -rf ../drupal-8.5.3/core ./
cp ../drupal-8.5.3/example.gitignore ./
cp ../drupal-8.5.3/index.php ./
cp ../drupal-8.5.3/LICENSE.txt ./
cp ../drupal-8.5.3/README.txt ./
cp ../drupal-8.5.3/robots.txt ./
cp ../drupal-8.5.3/update.php ./
cp -rf ../drupal-8.5.3/vendor ./
cp ../drupal-8.5.3/web.config ./