1
0
mirror of https://github.com/minio/docs.git synced 2026-01-04 02:44:36 +03:00
Files
docs/source/reference/minio-mc/mc-license-update.rst
Daryl White bbdedad170 Simplifying troubleshooting page and minimizing references to call home (#1431)
This commit removes lengthy discussion of SUBNET from the community
docs. Other affected pages that linked to removed sections also updated.

Also reduces references to Call Home to the remaining mc support pages
and links to those pages.
2025-03-07 12:29:50 -05:00

2.0 KiB

mc license update

minio

Table of Contents

mc license update

Description

Use the mc license update command to replace a license key for a deployment.

For deployments registered for |SUBNET|, MinIO automatically checks for and updates the license every month.

Examples

Update the License Key for a Deployment with Alias minio1

mc license update minio1 license.key

Syntax

The command has the following syntax:

mc [GLOBALFLAGS] license update                   \
                         ALIAS                    \
                         [LICENSE-FILE-WITH-PATH] \
                         [--airgap]

Parameters

ALIAS

The alias <alias> of the MinIO deployment.

LICENSE-FILE-WITH-PATH

The path (relative to the current working directory) and file name of the key to use to update the deployment's license.

To download the API key from SUBNET:

  1. Log in to |SUBNET|
  2. Go to the Deployments tab
  3. Select the API Key button near the top of the page on the right side of the account statistics information box
  4. Select copy button to the right of the key field to copy the key value to your clipboard
--airgap

Use in environments without network access to SUBNET (for example, airgapped, firewalled, or similar configuration).

If the deployment is airgapped, but the local device where you are using the minio client <minio-client> has network access, you do not need to use the --airgap flag.

Global Flags