1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00

Correct upgrade command (#1401)

Per internal discussion, the command to update MinIO in an airgapped
environment should point to `minio.sha256sum`.
This commit is contained in:
Daryl White
2025-01-30 08:38:29 -05:00
committed by GitHub
parent baafa4f80a
commit 3fd12ad26e

View File

@ -123,7 +123,7 @@ Airgapped or internet-isolated deployments may utilize this feature for updating
.. code-block:: shell .. code-block:: shell
:class: copyable :class: copyable
mc admin update ALIAS https://minio-mirror.example.com/minio mc admin update ALIAS https://minio-mirror.example.com/minio.sha256sum
You should upgrade your :mc:`mc` binary to match or closely follow the MinIO server release. You should upgrade your :mc:`mc` binary to match or closely follow the MinIO server release.
You can use the :mc:`mc update` command to update the binary to the latest stable release: You can use the :mc:`mc update` command to update the binary to the latest stable release: