We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 838556e commit 2fb67e3Copy full SHA for 2fb67e3
source/tutorial/prepare-backing-mongodb-instances.txt
@@ -112,6 +112,15 @@ of the replica set on the same host as |onprem|.
112
database loses one of the two data-bearing members, MongoDB stops
113
write operations.
114
115
+.. warning:: Default read and write concerns
116
+
117
+ The :manual:`default MongoDB read and write concerns
118
+ </reference/mongodb-defaults/>` for your MongoDB version should
119
+ match the default read and write concerns for your
120
+ :term:`backing databases` and your :term:`application database`. If
121
+ you set a different read or write concern, you might experience data
122
+ loss.
123
124
.. _consider-monitoring-appdb:
125
126
Application Database Monitoring
0 commit comments