1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

TASK: Include config backup prereq for decom and rebalance

This commit is contained in:
Ravind Kumar
2023-07-10 17:35:45 -04:00
parent 9af4c2ccdf
commit 0a1006711d
2 changed files with 12 additions and 0 deletions

View File

@ -46,6 +46,12 @@ The procedures on this page decommission and remove one or more server pools fro
Prerequisites
-------------
Back Up Cluster Settings First
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Use the :mc:`mc admin cluster bucket export` and :mc:`mc admin cluster iam export` commands to take a snapshot of the bucket metadata and IAM configurations respectively prior to starting decommissioning.
You can use these snapshots to restore bucket/IAM settings to recover from user or process errors as necessary.
Networking and Firewalls
~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -164,6 +164,12 @@ Global Flags
Behavior
--------
Back Up Cluster Settings First
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Use the :mc:`mc admin cluster bucket export` and :mc:`mc admin cluster iam export` commands to take a snapshot of the bucket metadata and IAM configurations respectively prior to starting decommissioning.
You can use these snapshots to restore bucket/IAM settings to recover from user or process errors as necessary.
Rebalancing Ignores Expired Objects and Trailing ``DeleteMarker``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~