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:
@@ -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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user