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

Adds Call Home information to the troubleshooting doc (#801)

Closes #751
This commit is contained in:
Daryl White
2023-04-12 11:01:09 -05:00
committed by GitHub
parent a4dd7929e0
commit d86463cba1
3 changed files with 77 additions and 15 deletions

View File

@ -29,6 +29,8 @@ The :mc:`mc replicate add` command creates a new :ref:`server-side replication
.. end-mc-replicate-add-desc
The remote bucket **must** be on a MinIO deployment running the same version of MinIO as the local deployment.
.. note::
Where :mc:`mc mirror` only synchronizes the current version of an object, ``mc replicate`` synchronizes all versions, version information, and metadata for the objects.
@ -36,10 +38,6 @@ The :mc:`mc replicate add` command creates a new :ref:`server-side replication
The MinIO deployment automatically begins synchronizing new objects to the remote MinIO deployment after creating the rule.
You can optionally configure synchronization of existing objects, delete operations, and fully-deleted objects.
This command *requires* first configuring the remote bucket target using the
:mc-cmd:`mc admin bucket remote add` command. You must specify the resulting
remote ARN as part of running :mc:`mc replicate add`.
.. tab-set::
.. tab-item:: EXAMPLE