As a user,
I want to be able to update documents in sharded collections
So that I can work with my data even when I am using this unique feature of MongoDB
Acceptance criteria
- Documents in sharded collections can be updated
- If the update fails, show an error message
This is what currently happens after the recent updates to update (Compass 1.23-beta):
Update to field that is NOT the shard key
Update to field that is the shard key
- depends on
-
NODE-2827 Connecting to single mongos makes driver think it is connected to a standalone
- Closed
- is duplicated by
-
COMPASS-4373 Allow updating documents in sharded collections
- Closed
- related to
-
COMPASS-4715 'prepareTransaction' is not supported for replica sets with arbiters
- Closed