drushでcommerce_kickstartのアップデートに失敗する

カテゴリ アップデート コアバージョン 7.34 関連モジュール Distribution(Commerce Kickstart)

ディストリビューション(commerce_kickstart)を使っています。
通常のモジュールと同様、commerce_kickstartでもアップデートが配布されたので、drushによりアップデートしようとしたところ、下記エラーがでました。
どうしたら良いのでしょう。


$ drush up commerce_kickstart
Name Installed Version Proposed version Message
Commerce Kickstart 7.x-2.14 7.x-2.20 アップデートが利用可能です
(commerce_kickstart)

Update information last refreshed: 水, 01/07/2015 - 11:07
Code updates will be made to the following projects: Commerce Kickstart [commerce_kickstart-7.x-2.20]

注:それはサポートされているバージョン管理システムで管理されていない場合は、プロジェクトのバックアップ、バックアップディレクトリに保存されます。
Note: If you have made any modifications to any file that belongs to one of these projects, you will have to migrate those modifications after updating.
Do you really want to continue with the update process? (y/n): y
The commerce_kickstart directory could not be found within the modules directory at [error]
./profiles/commerce_kickstart, perhaps the project is enabled but has been deleted from disk.
$

コメント

ユーザー actbrain の写真

drushはディストリビューション(Profiles以下)のアップデートをサポートしていません。
最新のCommerce Kickstartをダウンロードし直し、Databaseアップデートを掛ける方法が良いようです。

# drush dl commerce_kickstart
# drush updatedb -y

下記ページを参考にさせていただきました。
https://drupalcommerce.org/questions/12812/commerce-kickstart-directory-...

ページ

OTHER FAQ

Drupal開発・運用の疑問/質問の答えはここに

無料ユーザー登録すると質問できます。

カテゴリ Core Ver. 関連モジュール昇順で並び替える タイトル
コンテンツの作成 8.4x Download とにかく何でもコンテンツをダウンロードさせる方法
アップデート 7.34 Distribution(Commerce Kickstart) drushでcommerce_kickstartのアップデートに失敗する
コンテンツの作成 8.9.x Display sweet, Views, Twig Tweak, Views field formatter テーマに頼らず コンテンツのフィールドとしてViewsを埋め込み表示する方法
アップデート 7.28 DisableMessages モジュールのアップデートガイダンスを非表示にしたい
Messages 7.34 Disable messages 標準(コア)が表示する特定のメッセージ非表示にしたい
コンテンツの管理 8.9.x Dialog Modal Canvas drupal 8 の標準機能のダイアログ/ポップアップを表示する方法
ユーザの管理 7.15 Devel 簡単に指定ユーザにログインしなおす方法
サイトの構築 7.38 deployment 冗長構成におけるアップロードおよび時間指定公開について
フォーム 7.15 DefaultTextForNode 新しいページの作成方法を一から教えてください
コンテンツの作成 7.15 Darty Form 編集ページでの操作ミス
Custom module 8.3x Custom module Twig Block Cache カスタムモジュールのレンダリングを非キャッシュ化する方法
テーマ 7.15 CSS Injector 簡単にCSSを追加したい
コンテンツの作成 8.9.x CSS キャプション付きの(右寄/左寄)画像を画像サイズを基準にきれいに表示する方法
権限 7.50 Cron Basic認証時のCron(wget)実行方法
アップデート 7.34 Core 簡単にCoreのセキュリティアップデートがしたい
テーマ 8.3x Core Twig開発用の設定
アップデート 7.16 Core 7.15→7.16アップデート
テーマ 8.3x Contribute themes drupal8-寄贈テーマの動向
拡張機能 8.3x Contribute modules drupal8-寄贈モジュールの動向
サイトの構築 7.27 Context block ページ別、カテゴリ別等でブロックの表示有無を簡単にするには

ページ