Skip to content

Configuration Management

The configuration management function provides a common configuration scheme for object storage, used for data backup and recovery of various middleware instances. The specific configuration method is as follows:

  1. Click Configuration Management to enter the Configuration Management list.

    Configuration Management

  2. Click Create to create a new configuration item in the configuration management page.

    Create Configuration

  3. In the creation page, configure the following content:

    Basic Info

    • Name: User-defined, used to identify the configuration item;

    • Backup Type: This configuration has two options, default is Managed MinIO , which will display all instances in the MinIO list of middleware; select S3 to use external storage, and the user needs to enter the address of the external storage on their own, the address structure is similar to: http://172.30.120.201:30456;

    • Access Key, Secret Key: This item needs to be obtained on the MinIO management page, the steps are as follows:

      1. Click Access Address in the MinIO instance to enter the management interface.

        Access Address

      2. Click Identity -> Service Account -> Create service account + to create a new one.

        Service Account

      3. Copy the Access Key and Secret Key created here to the creation configuration page.

        Access/Secret Key

    • Bucket Name: This name is used to define the object storage bucket required for backup, which can be obtained from the MinIO management platform, as shown in the following figure:

      Bucket Name

  4. Click OK to complete the creation, and this configuration will be available for Backup/Recovery of the middleware.

    Backup/Recovery

Comments