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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
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.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
