1
0
mirror of https://github.com/minio/docs.git synced 2025-07-31 18:04:52 +03:00

Adding mc version info for license add or update (#1111)

Per internal discussion, this adds some admonitions for mc license
commands and the SUBNET registration section of the troubleshooting
page. Also adds information about Client and Server version alignment.
This commit is contained in:
Daryl White
2024-01-30 12:45:04 -05:00
committed by GitHub
parent 042d0c7145
commit a210da5f61
4 changed files with 33 additions and 25 deletions

View File

@ -79,6 +79,13 @@ You can restart through the Console by selecting :guilabel:`Restart` in the top
You can register for SUBNET from the command line.
.. important::
``mc license register`` requires :ref:`MinIO Client <minio-client>` version ``RELEASE.2023-11-20T16-30-59Z`` or later.
While not strictly required, best practice keeps the :ref:`MinIO Client version <mc-client-versioning>` in alignment with the MinIO Server version.
If you are unable to upgrade the MinIO Client to the required or later version, register using the Console instead.
Refer to :mc:`mc license register` for instructions.
For clusters without direct Internet access, refer to the instructions in the :ref:`airgap example <minio-license-register-airgap>` of the :mc:`mc license register` documentation.