minkms restore

Restore the cluster state from a backup taken using minkms backup.

SYNTAX

minkms restore          \
  [HOST[:PORT]]         \
  [FILE]                \
  [-a | --api-key KEY]  \
  [-k | --insecure]

PARAMETERS

HOST[:PORT]

Optional

The address (and optional port) of the KMS server to restore to. :PORT defaults to 7373 if omitted.

The following settings determine which remote Key Manager server the command runs against in order of priority:

  1. The MINIO_KMS_SERVER environment variable.
  2. The default value of https://localhost:7373.

FILE

Optional

The backup file to restore from.

-a, --api-key KEY

Optional

The API key of an identity the command uses to authenticate to the Key Manager cluster. Defaults to the value of MINIO_KMS_API_KEY.

-k, --insecure

Optional

Skip server certificate verification.

All Rights Reserved 2024-Present, MinIO, Inc.