ユーザ用ツール

サイト用ツール


web:modx:revolution:update

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
web:modx:revolution:update [2018/09/05 09:04]
hayashi [確認]
web:modx:revolution:update [2019/07/07 15:59]
hayashi
行 22: 行 22:
 当該、サイトのsetup((みたいな感じ→ www.example.com/setup/))にアクセスしてセットアップを行う。 当該、サイトのsetup((みたいな感じ→ www.example.com/setup/))にアクセスしてセットアップを行う。
  
 +
 +マイナーバージョンの変更時にDB変更が入るケースが多いので以下のようにマイナーバージョンごとにUpdateする方が安全。
 +
 +2.2.x -> 2.3.0 -> 2.4.0 -> 2.5.0 -> 2.6.0
 ===== 確認 ===== ===== 確認 =====
  
行 69: 行 73:
  
 これで、大丈夫だと思う これで、大丈夫だと思う
 +
 +==== 引越 ====
 +
 +=== DB作成関連 ===
 +
 +  CREATE DATABASE `database_hoge` CHARACTER SET utf8 COLLATE utf8_general_ci;
 +
 +  grant all privileges on `database_hoge`.* to "ユーザ"@"localhost" identified by 'パスワード' with grant option;
 +
 +この場合、passなどを変更してる場合は、core/config/config.inc.phpあたりを治す
  
 ==== 参考 ==== ==== 参考 ====
  
 [[http://tracker.modx.com/issues/4265|Bug#4265:Incorrect warnings of duplicate URIs when clearing cache after upgrade]] [[http://tracker.modx.com/issues/4265|Bug#4265:Incorrect warnings of duplicate URIs when clearing cache after upgrade]]
web/modx/revolution/update.txt · 最終更新: 2019/07/07 15:59 by hayashi