Documentation survey

SUSE Multi-Linux Manager Proxy Upgrade

Before running the upgrade command, it is recommended to to update the host operating system. Updating the host operating system will also result in the update of the SUSE Multi-Linux Manager tooling such as the mgrpxy tool.

Procedure: Upgrading SUSE Multi-Linux Manager Proxy
  1. zypperを使用してソフトウェアリポジトリを更新します。

    zypper ref
  2. Depending on the host operating system, proceed with these steps:

    For a transactional system such as SL Micro:
    1. transactional-updateを使用して利用可能な更新を適用します。

      transactional-update
    2. 更新が適用されたら、rebootを実行して再起動します。

    For SUSE Linux Enterprise Server:

    Update installed software with zypper:

    zypper up
  3. The SUSE Multi-Linux Manager Proxy containers running on podman can be updated using the following command:

    mgrpxy upgrade podman

    または、Kubernetesクラスタ上で実行されるプロキシコンテナは、次のコマンドを使用して更新できます。

    mgrpxy upgrade kubernetes

特定のバージョンにアップグレードする際にタグパラメータを指定しない場合、デフォルトで最新バージョンにアップグレードされます。特定のバージョンにアップグレードするには、タグパラメータと目的のイメージタグを指定します。

While there is an option to upgrade a specific container using its specific tag, this feature is intended for applying PTFs only.

We highly recommend using the same tag for all proxy containers to ensure consistency under normal circumstances.

Air-gappedインストールでは、まずコンテナのRPMパッケージをアップグレードし、その後mgrpxy upgrade podmanコマンドを実行します。