1
0
mirror of https://github.com/minio/docs.git synced 2025-08-06 14:42:56 +03:00

Fix erroneous command for enabling versioning (#771)

This commit is contained in:
Ross Gardiner
2023-03-24 15:37:26 +01:00
committed by GitHub
parent 0b84f0353a
commit 6b2e89f39c

View File

@@ -346,12 +346,12 @@ Enable Versioning on Source and Destination Buckets
MinIO relies on the immutability protections provided by versioning to synchronize objects between the source and replication target. MinIO relies on the immutability protections provided by versioning to synchronize objects between the source and replication target.
Use the :mc:`mc version suspend` command to enable versioning on *both* the source and destination bucket before starting this procedure: Use the :mc:`mc version enable` command to enable versioning on *both* the source and destination bucket before starting this procedure:
.. code-block:: shell .. code-block:: shell
:class: copyable :class: copyable
mc version ALIAS/PATH mc version enable ALIAS/PATH
- Replace :mc-cmd:`ALIAS <mc version ALIAS>` with the :mc:`alias <mc alias>` of the MinIO deployment. - Replace :mc-cmd:`ALIAS <mc version ALIAS>` with the :mc:`alias <mc alias>` of the MinIO deployment.