Proxy Upgrade

Before running the upgrade command, it is required to upgrade the mgrpxy tool first.

Procedure: Upgrading Proxy
  1. Refresh software repositories with zypper:

    zypper ref
  2. Apply available updates:

    1. SLE Micro의 경우:

      transactional-update

      업데이트가 완료되면 reboot를 수행합니다.

    2. SUSE Linux Enterprise Server의 경우:

      zypper up
  3. 다음 명령어를 사용하여 Podman에서 실행 중인 SUSE Manager 5.0 프록시 컨테이너를 업데이트할 수 있습니다.

    mgrpxy upgrade podman
  4. Or, those running on a Kubernetes cluster can update using:

    mgrpxy upgrade kubernetes
  5. On podman, clean up the unused container images to free disk space:

    podman image prune -a

On Kubernetes the image cleanup is handled automatically, or it depends on the Kubernetes distribution.

If you do not specify the tag parameter when upgrading to specific version, it will default to upgrading to the most recent version. To upgrade to a specific version, provide the tag parameter with the desired image tag.

특정 태그를 사용하여 특정 컨테이너를 업그레이드하는 옵션이 있지만, 이 기능은 PTF를 적용하는 경우에만 사용할 수 있습니다. 일반적인 상황에서는 일관성을 유지하기 위해 모든 프록시 컨테이너에 동일한 태그를 사용하는 것이 좋습니다.

For air-gapped installations, first upgrade the container RPM packages, then run the mgrpxy upgrade podman command.