Drush를 사용하여 코어 만 업그레이드하는 방법?


52

<7.32에는 엄청난 보안 누출이 있습니다. 그래서 나는 모든 Drupal 사이트를 최대한 빨리 업그레이드하고 싶습니다.

그러나...

$ drush dl drupal-7.32
It's forbidden to download drupal core into an existing core.

이것은 작동합니다 :

$ drush up

그러나 그것은 내가 지금 원하는 것이 아닙니다.

코어를 최신 버전으로 만 업그레이드하려면 어떻게해야합니까?

drush up drupal 그 자체로는 충분하지 않습니다 : (네덜란드에 대해 유감스럽게 생각합니다. 요점을 알 수 있습니다.)

$ drush up drupal
Controle of updategegevens beschikbaar zijn ...                                                            [ok]
Update information last refreshed: di, 10/14/2014 - 20:57

Update status information on all installed and enabled Drupal projects:
 Naam                               Geïnstalleer  Proposed     Status
                                    de versie     version
 Administration menu (admin_menu)   7.x-3.0-rc4   7.x-3.0-rc4  Actueel
 Drupal                             7.31          7.31         Actueel
 Chaos tools (ctools)               7.x-1.4       7.x-1.4      Actueel
 Service links (service_links)      7.x-2.2       7.x-2.2      Actueel
 Entity API (entity)                7.x-1.5       7.x-1.5      Actueel
 Google Analytics                   7.x-2.0       7.x-2.0      Actueel
 (google_analytics)
 Localization update (l10n_update)  7.x-1.0       7.x-1.0      Actueel
 Module filter (module_filter)      7.x-1.8       7.x-1.8      Actueel
 Pathauto (pathauto)                7.x-1.2       7.x-1.2      Actueel
 Redirect (redirect)                7.x-1.0-rc1   7.x-1.0-rc1  Actueel
 Token (token)                      7.x-1.5       7.x-1.5      Actueel
 Views (views)                      7.x-3.8       7.x-3.8      Actueel
 Webform (webform)                  7.x-3.20      7.x-3.21     Nieuwe versie beschikbaar



No code updates available.

답변:


65

이 경우에는해야 할 것처럼 보입니다.

drush rf    # pm-refresh

당신이하기 전에

drush up drupal

그러면 사용 가능한 업데이트 목록이 새로 고쳐 지므로 Drush는 새로운 Drupal 릴리스가 있음을 알게됩니다.


1
감사합니다. drush cc로 시도했지만 drush 캐시를 지우면이 캐시 된 릴리스 정보가 취소되지 않는 것 같습니다. drush rf가 그 일을했습니다.
Antonello

34

언급 할만한 가치는

$ drush up --security-only

사용 가능한 보안 업데이트가있는 모듈 만 업데이트하십시오.

여기에는 드루팔 코어가 포함됩니다.


7
drush up drupal

업데이트하려는 프로젝트를 추가하면 해당 프로젝트 만 업데이트됩니다.


일부 사이트 drush up drupaldrush up drupal-7.32두 사이트 모두 내가 원하는 것을 수행하지 못합니다. 그래서 drush up -y어쨌든 돌아 가야 합니다.
fifi finance 16:15의

로컬 설정 중 하나에서 명령을 테스트했습니다. 코어가 업데이트되었지만 모듈은 업데이트되지 않았습니다. 당신이 말했듯이, 귀하의 사이트에 이상한 것이있을 수 있습니다. drush 명령 출력을 게시하면 무엇이 잘못되었는지 볼 수 있습니다. 질문을 업데이트하십시오.
sanzante
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.