drupal-core 8.7.2にupdateしたところ

カテゴリ アップデート コアバージョン 8.7.2 関連モジュール menu

下記エラーが発生

$ drush -l softmatter.mechanical-tech.jp updb -y
 ------------------- ----------------- ------------- -------------------------- 
  Module              Update ID         Type          Description               
 ------------------- ----------------- ------------- -------------------------- 
  menu_link_content   make_menu_link_   post-update   Update custom menu links  
                      content_revisio                 to be revisionable.       
                      nable                                                              
 ------------------- ----------------- ------------- -------------------------- 


 // Do you wish to run the specified pending updates?: yes.                                                         

>  [notice] Update started: menu_link_content_post_update_make_menu_link_content_revisionable
>  [error]  Exception thrown while performing a schema update. tmp_6a7f67menu_link_content_revision の名前を menu_link_content_revisionに変更することは出来ません。テーブル menu_link_content_revisionはすでに存在しています。 
>  [error]  Update failed: menu_link_content_post_update_make_menu_link_content_revisionable 
 [error]  Update aborted by: menu_link_content_post_update_make_menu_link_content_revisionable 
 [error]  Finished performing updates. 

コメント

ユーザー actbrain の写真

DB内を調べた所

$ drush -l softmatter.mechanical-tech.jp sqlq "show tables" | grep menu_link
menu_link_content
menu_link_content_data
menu_link_content_field_revision
menu_link_content_revision
tmp_34475bmenu_link_content_field_revision
tmp_34475bmenu_link_content_revision
tmp_6a7f67menu_link_content_field_revision
tmp_6a7f67menu_link_content_revision

のようになっていた。

いろいろ調べた結果 https://www.drupal.org/project/drupal/issues/3039586#comment-13099788 がヒット。

ページ

OTHER FAQ

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

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

カテゴリ Core Ver. 関連モジュール昇順で並び替える タイトル
ユーザ 7.22 Realname ユーザーIDではなくニックネーム等を表示したい
ユーザ 7.44 Quickbar 会員の種別(役割)別にメニューを設けたい
SSH 7.50 ProxyCommand SSH IP制限を1コマンドで通過する
Proxy 7.59 Proxy Apache settings.php リバースプロキシ(Apache)+バックグランドWeb(Drupal 7 )でログインセッションを維持する方法
サイトの構築 7.19 Plesk Pleskでdrupal7(プライベートファイルシステム)を使う場合の注意点
コンテンツの作成 8.4x PhpSpreadsheet Excelを読み書きする方法
ユーザ 7.23 PHP user_load_multiple()の復帰値
Database 7.34 PHP データベースクエリ(SELECT)時のSQL関数
コンテンツの管理 7.16 PHP 好きなところにノードを埋め込みたい
コンテンツの作成 7.26 PHP ノード内の一部(フィールド)を変更する
JavaScript 8.5.x PHP Commerce決済モジュール設定をJavaScriptにデータに渡す方法
PHP-FPM 8.9.x PHP PHP-FPM 環境で .htaccess に php_value を 書いてもダメ
ユーザの管理 7.27 PHP 新規ユーザーの追加ができない
PHP 8.3x PHP drupa8でhook_init()する方法
PHP 8.9.x PHP YamlをPHP配列にする方法
JavaScript 7.34 PHP PHPからJavaScriptに変数値を渡したい
PHP 7.22 PHP ノードに付いたコメントを好きな場所に表示する
チューニング 7.26 PHP DrupalはNginxで動く?
アップデート 8.9.x PHP CentosでPHPのバージョンアップ(例:5.3->5.6)を行う方法
ユーザの管理 7.50 Paypal continued billing drupal7のPaypal継続課金モジュールについて

ページ