Closed (fixed)
Project:
Drush
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2010 at 14:57 UTC
Updated:
23 Jul 2010 at 03:40 UTC
Hello,
I was wondering if it is possible to upgrade a site from drupal 6.16 to 6.17 using drush command?
I hope someone can help me =)
Comments
Comment #1
greg.1.anderson commenteddrush pm-update drupal, or simplydrush pm-update.Always upgrade a test site first.
Comment #2
rburgundy commenteddrush pm-update drupal => this showed me all the modules on the site that have available downloads, but many I do not want to update and only want to update drupal 6.16 to 6.17 at this time.
I tried drush dl drupal-6.17 (like i do with other contrib modules) but it looks like it just downloaded the drupal 6.17 folder into the root directory and it did not install/update my site to drupal 6.17
I am testing on a test site as recommended
Could anyone please assist?
Regards
Comment #3
greg.1.anderson commentedIt's a test site; try it...
Comment #4
rburgundy commentedSorry if I was not clear - I did try but it just created a folder in my root directory called drupal 6.17 instead of upgrading the site from 6.16 to 6.17
Is there documentation/instructions of how to upgrade core drupal with drush commands?
Thank you very much
Comment #5
greg.1.anderson commentedDrush dl can be used to upgrade modules, but not drupal core. Try
drush pm-update drupallike I suggested in #1. Drush will tell you about everything that is out of date, but it will only upgrade Drupal.Comment #6
rburgundy commentedahh sorry for the misunderstanding!
cheers