Skip to content

Commit 3fd12ad

Browse files
authored
Correct upgrade command (#1401)
Per internal discussion, the command to update MinIO in an airgapped environment should point to `minio.sha256sum`.
1 parent baafa4f commit 3fd12ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/linux/steps-upgrade-minio-deployment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Airgapped or internet-isolated deployments may utilize this feature for updating
123123
.. code-block:: shell
124124
:class: copyable
125125
126-
mc admin update ALIAS https://minio-mirror.example.com/minio
126+
mc admin update ALIAS https://minio-mirror.example.com/minio.sha256sum
127127
128128
You should upgrade your :mc:`mc` binary to match or closely follow the MinIO server release.
129129
You can use the :mc:`mc update` command to update the binary to the latest stable release:

0 commit comments

Comments
 (0)