> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-docs-1917.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# W&B Server の自動更新を無効にする

> W&B Server の自動更新を無効にする方法を説明します。

このページでは、W\&B Server の自動 バージョン アップグレードを無効にし、バージョン を固定する方法を説明します。これらの手順は、[W\&B Kubernetes Operator](/ja/platform/hosting/self-managed/operator) で管理されているデプロイにのみ適用されます。

<Note>
  W\&B は、W\&B Server のメジャー バージョン を、初回 バージョン のリリース日から 12 か月間サポートします。**セルフマネージド** インスタンスをご利用のお客様は、サポートを維持するために適切なタイミングでアップグレードを行う必要があります。サポート対象外の バージョン を使い続けることは避けてください。W\&B は、**セルフマネージド** インスタンスをご利用のお客様に対し、サポートを維持し、最新の features、パフォーマンス改善、修正を利用するために、少なくとも四半期に 1 回はデプロイを最新 バージョン に更新することを強く推奨します。
</Note>

<div id="requirements">
  ## 要件
</div>

* W\&B Kubernetes Operator `v1.13.0` 以降
* System Console `v2.12.2` 以降

これらの要件を満たしていることを確認するには、対象インスタンスの W\&B Custom Resource または Helm チャートを参照してください。`operator-wandb` コンポーネントと `system-console` コンポーネントの `バージョン` の値を確認します。

<div id="disable-automatic-updates">
  ## 自動更新を無効にする
</div>

1. `admin` ロールを持つユーザーとして W\&B App にログインします。
2. 上部のユーザーアイコンをクリックし、**System Console** をクリックします。
3. **Settings** > **Advanced** にアクセスし、**Other** タブを選択します。
4. **Disable Auto Upgrades** セクションで、**Pin specific version** をオンにします。
5. **Select a version** ドロップダウンをクリックし、W\&B Server のバージョンを選択します。
6. **Save** をクリックします。

   <Frame>
     <img src="https://mintcdn.com/wb-21fd5541-docs-1917/lIX_1lVVY6B5YU9v/images/hosting/disable_automatic_updates_saved_and_enabled.png?fit=max&auto=format&n=lIX_1lVVY6B5YU9v&q=85&s=19f59a99ce9b5f507aeaf9a94641c5d6" alt="自動更新を無効にして保存" width="800" height="312" data-path="images/hosting/disable_automatic_updates_saved_and_enabled.png" />
   </Frame>

   自動アップグレードが無効になり、W\&B Server は選択したバージョンに固定されます。
7. 自動アップグレードが無効になっていることを確認します。**Operator** タブにアクセスし、reconciliationログで `Version pinning is enabled` という文字列を検索します。

```
│info 2025-04-17T17:24:16Z wandb default No changes found
│info 2025-04-17T17:24:16Z wandb default Active spec found
│info 2025-04-17T17:24:16Z wandb default Desired spec
│info 2025-04-17T17:24:16Z wandb default License
│info 2025-04-17T17:24:16Z wandb default Version Pinning is enabled
│info 2025-04-17T17:24:16Z wandb default Found Weights & Biases instance, processing the spec...
│info 2025-04-17T17:24:16Z wandb default === Reconciling Weights & Biases instance...
```
