From 6b2e89f39cec157be0d3e30b530eb28b79878efe Mon Sep 17 00:00:00 2001 From: Ross Gardiner Date: Fri, 24 Mar 2023 15:37:26 +0100 Subject: [PATCH] Fix erroneous command for enabling versioning (#771) --- source/reference/minio-mc/mc-replicate-add.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/minio-mc/mc-replicate-add.rst b/source/reference/minio-mc/mc-replicate-add.rst index b8536fc2..aea7f942 100644 --- a/source/reference/minio-mc/mc-replicate-add.rst +++ b/source/reference/minio-mc/mc-replicate-add.rst @@ -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. -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 :class: copyable - mc version ALIAS/PATH + mc version enable ALIAS/PATH - Replace :mc-cmd:`ALIAS ` with the :mc:`alias ` of the MinIO deployment.