差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
ja:documentation:pandorafms:installation:02_anexo_upgrade [2025/08/02 23:12] – [ワープアップデート設定] junichi | ja:documentation:pandorafms:installation:02_anexo_upgrade [2025/08/02 23:31] (現在) – [アップデートの確認] junichi | ||
---|---|---|---|
行 194: | 行 194: | ||
===== 手動アップデート ===== | ===== 手動アップデート ===== | ||
- | * Pandora FMS consists of: Server, Database and Console web. | + | If you choose to update |
- | | + | |
- | * [[https:// | + | |
- | | + | **ワープアップデート** を使用せずに |
- | * 更新には、**常に** コンソールの変更、**時々** サーバの変更、**まれに** データベースの変更(メジャーアップデート)を含みます。 | + | |
- | * ファイルダウンロードのサポートは、[[https:// | + | |
- | <wrap #ks2_1 /> | + | When updating Pandora FMS manually, it is important to take into account the correct order to update Pandora FMS: |
+ | |||
+ | Pandora FMS を手動でアップデートする場合は、Pandora FMS をアップデートする正しい順序を考慮することが重要です。 | ||
+ | |||
+ | * Web console. | ||
+ | * Database schema. | ||
+ | * Server. | ||
+ | |||
+ | * Web コンソール | ||
+ | * データベーススキーマ | ||
+ | * サーバ | ||
+ | |||
+ | To carry out the update of these components, you must have the '' | ||
+ | |||
+ | これらのコンポーネントの更新を実行するには、更新する Pandora FMS バージョンの '' | ||
+ | |||
+ | To download these packages, see [[# | ||
+ | |||
+ | これらのパッケージをダウンロードするには、[[# | ||
+ | |||
+ | <WRAP center round tip 90%> | ||
+ | |||
+ | It is strongly recommended to take a snapshot or [[: | ||
+ | |||
+ | </ | ||
+ | |||
+ | <WRAP center round tip 90%> | ||
+ | |||
+ | 何らかの操作を行う前に、Pandora FMS マシン全体のスナップショットまたは [[: | ||
+ | |||
+ | </ | ||
+ | |||
+ | To perform the full Pandora FMS update, you need to connect to Pandora FMS server terminal by means of the **root** | ||
+ | |||
+ | Pandora FMS の完全アップデートを実行するには、**root** ユーザで Pandora FMS サーバターミナルに接続する必要があります。この手順は、EL 7、EL 8、EL 9、および Ubuntu 22.04 LTS システムでサポートされています。 | ||
+ | |||
+ | <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) ===== | ||
==== マイナーバージョンアップ ==== | ==== マイナーバージョンアップ ==== |