- Notifications
You must be signed in to change notification settings - Fork563
Open
Description
Description
Relating an app to an offer that has already been related returns:
$ juju relate postgresql2:replication offer-multiERROR adding relation between endpoints "postgresql2:replication" and "offer-multi": cannot add relation "postgresql2:replication", "offer-multi": relation postgresql2:replication offer-multi:replication-offer: establishing a new relation for postgresql2:replication would exceed its maximum relation limit of 1The user should not get the error across stacks.
Juju version
4.0-beta8
Cloud
No response
Expected behaviour
$ juju relate postgresql2:replication offer-multiERROR adding relation between endpoints "postgresql2:replication" and "offer-multi": only one relation allowedOr something similar
Reproduce / Test
$ juju relate postgresql2:replication offer-multi
Notes & References
No response