1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00
Ravind Kumar
2023-01-04 21:49:26 -05:00
committed by GitHub
parent 35d575f6c3
commit c2dacd93f2
11 changed files with 84 additions and 110 deletions

View File

@ -39,7 +39,7 @@ Procedure
.. note::
You can set MinIO configuration settings in environment variables and using :mc-cmd:`mc admin config set <mc admin config>`.
You can set MinIO configuration settings in environment variables and using :mc-cmd:`mc admin config set <mc admin config set>`.
Depending on your current deployment setup, you may need to retrieve the values for both.
This procedure does not cover migrating environment variables due to the variety of configuration methods.
@ -68,7 +68,7 @@ Procedure
#. Export the existing deployment's **configurations**
Use the :mc-cmd:`mc admin config export <mc admin config>` export command to retrieve the configurations defined for the existing standalone MinIO deployment.
Use the :mc-cmd:`mc admin config export <mc admin config export>` export command to retrieve the configurations defined for the existing standalone MinIO deployment.
.. code-block:: shell
:class: copyable

View File

@ -85,7 +85,7 @@ Any MinIO deployment in the site replication configuration can resynchronize dam
.. versionchanged:: RELEASE.2022-12-02T23-48-47Z
If one site loses data for any reason, resynchronize the data from another healthy site with :mc:`mc admin replicate resync`.
If one site loses data for any reason, resynchronize the data from another healthy site with :mc-cmd:`mc admin replicate resync`.
This launches an active process that resynchronizes the data without waiting for the passive MinIO scanner to recognize the missing data.
Prerequisites