1
0
mirror of https://github.com/minio/docs.git synced 2026-01-04 02:44:36 +03:00
Files
docs/source/administration/bucket-replication/bucket-replication-requirements.rst
Daryl White bf471f3e8c Adds mc replicate diff command (#600)
Closes #599
mc replicate diff was missing. This adds it.
2022-10-12 11:21:36 -05:00

2.4 KiB

Requirements to Set Up Bucket Replication

minio

Table of Contents

Bucket replication uses rules to synchronize the contents of a bucket on one MinIO deployment to a bucket on a remote MinIO deployment.

Replication can be done in any of the following ways:

  • Active-Passive <minio-bucket-replication-serverside-oneway> Eligible objects replicate from the source bucket to the remote bucket. Any changes on the remote bucket do not replicate back.
  • Active-Active <minio-bucket-replication-serverside-twoway> Changes to eligible objects of either bucket replicate to the other bucket in a two-way direction.
  • Multi-Site Active-Active <minio-bucket-replication-serverside-multi> Changes to eligible objects on any bucket set up for bucket replication replicate to all of the other buckets.

Ensure you meet the following prerequisites before you set up any of these replication configurations.

Permissions Required for Setting Up Bucket Replication

Matching Object Encryption Settings for Bucket Replication

Bucket Replication Requires MinIO Deployments

Versioning Objects for Bucket Replication

Matching Object Locking State With Bucket Replication