Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Mirrored Replication
-
I've been reading up on replication and mirroring of feeds between ProGet instances (https://docs.inedo.com/docs/proget/replication-feed-mirroring/proget-howto-federated-development). The text seems to indicate that two instances can mirror each other. I have two questions about this. First, in a mirrored scenario can either side publish new versions, or must one side always be the source of truth? Second, can more than two instances be mirrored, or is two the limit?
-
Hi @james-woods_8996 ,
You are correct - in a mirror scenario, either side could publish (or delete) packages, and it would be propagated to the other. Three-way is also possible, but you do that with two two-way relationships, if that makes sense?
So it's basically
A <--> B
+B <--> C
, and that means if you publish/delete a version onA
it will propagate likeA --> B --> C
.Thanks,
Steve