You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set alias m1 and m2 in minio-client bash exec mc alias s m2 http://host.docker.internal:29000 UCT7IcRVcPkwTH8HiQxM qrob0lPKuQXOWXm6KAoKZ2rQ9L9Fb2Cdclf2dR5b mc alias s m1 http://host.docker.internal:19000 zCcEb0HhhYMxR7yg8v0P tvMu62i3gaWKTu4KoWO03JBEVl0OUyLOkzGrOt7j
start mirror mc mirror --watch m2/from m1/tot
upload a key named 1.txt(content is 1) to m1's tot bucket with console
upload a key named 1.txt(content is 12) to m2's from bucket with console
the m1's tot bucket key of 1.txt will change
Context
I want to cp all keys from m2's 'from' bucket to m1's tot bucket
Your Environment
Version used (minio --version): minio version DEVELOPMENT.2025-04-08T15-41-24Z (commit-id=d0cada583fce88f60cb276ddfb06f5cb16820069)
Server setup and configuration: see docker cmd
Operating System and version (uname -a): Linux 2abac2c0f4fd 6.13.7-orbstack-00283-g9d1400e7e9c6 minio/minio#104 SMP Mon Mar 17 06:15:48 UTC 2025 aarch64 GNU/Linux
mc version minio/stable/mc RELEASE.2025-04-08T15-39-49Z_1
The text was updated successfully, but these errors were encountered:
Expected Behavior
mc mirror --watch m2/from m1/tot
the key in bucket of from should not overwrite the key in tot bucket
Current Behavior
the key in bucket of from overwrite the key in tot bucket
Steps to Reproduce (for bugs)
mc alias s m2 http://host.docker.internal:29000 UCT7IcRVcPkwTH8HiQxM qrob0lPKuQXOWXm6KAoKZ2rQ9L9Fb2Cdclf2dR5b
mc alias s m1 http://host.docker.internal:19000 zCcEb0HhhYMxR7yg8v0P tvMu62i3gaWKTu4KoWO03JBEVl0OUyLOkzGrOt7j
mc mirror --watch m2/from m1/tot
Context
I want to cp all keys from m2's 'from' bucket to m1's tot bucket
Your Environment
minio --version
):minio version DEVELOPMENT.2025-04-08T15-41-24Z (commit-id=d0cada583fce88f60cb276ddfb06f5cb16820069)
uname -a
):Linux 2abac2c0f4fd 6.13.7-orbstack-00283-g9d1400e7e9c6 minio/minio#104 SMP Mon Mar 17 06:15:48 UTC 2025 aarch64 GNU/Linux
minio/stable/mc RELEASE.2025-04-08T15-39-49Z_1
The text was updated successfully, but these errors were encountered: