By heycameron
How can I upgrade to the latest version of Drupal to 7.34 through SSH? https://www.drupal.org/drupal-7.34-release-notes
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Just to update. Some might get this error.
Command pm-update needs a higher bootstrap level to run - you will need to invoke drush from a more functional Drupal environment to run this command. [error]
The drush command 'pm-update' could not be executed. [error]
Drush was not able to start (bootstrap) the Drupal database. [error]
The Drupal One-Click application comes with Drush, a command line tool for administering Drupal., pre-installed. It allows you to upgrade Drupal easily.
First change into the directory containing Drupal:
cd /var/www/html/drupal/
To check for an available update run:
drush pm-update -n
And to update to the new release, run:
drush pm-update drupal-7.34
For more info on what you can do with Drush, check out:
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.