mirror of
https://github.com/minio/docs.git
synced 2026-01-04 02:44:36 +03:00
2.4 KiB
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.