差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
ja:documentation:pandorafms:installation:02_anexo_upgrade [2025/08/02 23:21] – [手動アップデート] junichi | ja:documentation:pandorafms:installation:02_anexo_upgrade [2025/08/02 23:31] (現在) – [アップデートの確認] junichi | ||
---|---|---|---|
行 235: | 行 235: | ||
<wrap #ks3_1 /> | <wrap #ks3_1 /> | ||
+ | |||
+ | ==== コンソールアップデート ==== | ||
+ | |||
+ | Move file '' | ||
+ | |||
+ | ファイル '' | ||
+ | |||
+ | <code bash> | ||
+ | mv package_XXX.XXX.fms / | ||
+ | |||
+ | </ | ||
+ | |||
+ | Unzip file '' | ||
+ | |||
+ | '' | ||
+ | |||
+ | <code bash> | ||
+ | unzip package_XXX.XXX.fms | ||
+ | |||
+ | </ | ||
+ | |||
+ | When running it, you will be asked which action to perform for the files to be replaced. In this case, select '' | ||
+ | |||
+ | 実行すると、置換するファイルに対して実行するアクションを選択するよう求められます。この場合は '' | ||
+ | |||
+ | < | ||
+ | |||
+ | replace .gitignore? [y]es, [n]o, [A]ll, [N]one, [r]ename: A | ||
+ | |||
+ | </ | ||
+ | |||
+ | Update the Console version in the database, replacing '' | ||
+ | |||
+ | データベース内のコンソールのバージョンを更新し、'' | ||
+ | |||
+ | <code bash> | ||
+ | mysql -u root -p -D pandora -e " | ||
+ | |||
+ | </ | ||
+ | |||
+ | <wrap #ks3_2 /> | ||
+ | |||
+ | ==== データベーススキーマアップデート ==== | ||
+ | |||
+ | To update Pandora FMS database schema, the script to update the MR must be manually executed: | ||
+ | |||
+ | Pandora FMS データベーススキーマを更新するには、MR を更新するスクリプトを手動で実行する必要があります。 | ||
+ | |||
+ | < | ||
+ | / | ||
+ | |||
+ | </ | ||
+ | |||
+ | <wrap #ks3_3 /> | ||
+ | |||
+ | ==== サーバアップデート ==== | ||
+ | |||
+ | Decompress the '' | ||
+ | |||
+ | Pandora FMS サーバ '' | ||
+ | |||
+ | <code bash> | ||
+ | tar -xzvf pandorafms_server-XXXXX.tar.gz | ||
+ | |||
+ | </ | ||
+ | |||
+ | Access the unzipped folder: | ||
+ | |||
+ | 展開したフォルダにアクセスします。 | ||
+ | |||
+ | <code bash> | ||
+ | cd pandora_server/ | ||
+ | |||
+ | </ | ||
+ | |||
+ | Execute the installer: | ||
+ | |||
+ | インストーラを実行します。 | ||
+ | |||
+ | <code bash> | ||
+ | ./ | ||
+ | |||
+ | </ | ||
+ | |||
+ | Restart Pandora FMS server: | ||
+ | |||
+ | Pandora FMS サーバを再起動します。 | ||
+ | |||
+ | <code bash> | ||
+ | systemctl restart pandora_server | ||
+ | |||
+ | </ | ||
+ | |||
+ | <wrap #ks3_4 /> | ||
+ | |||
+ | ==== アップデートの確認 ==== | ||
+ | |||
+ | Access the <wrap : | ||
+ | |||
+ | Pandora FMS コンソールから <wrap : | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | Access the <wrap : | ||
+ | |||
+ | Pandora FMS コンソールから <wrap : | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | |||
+ | [[: | ||
===== (OBSOLETE) ===== | ===== (OBSOLETE) ===== |