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
Copy file name to clipboardExpand all lines: docs/deploy-configure.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,12 @@ The [`/config/samples`](../config/samples) directory contains example MongoDBCom
16
16
17
17
## Deploy a Replica Set
18
18
19
+
**Warning:** When you delete MongoDB resources, persistent volumes remain
20
+
to help ensure that no unintended data loss occurs. If you create a new
21
+
MongoDB resource with the same name and persistent volumes, the
22
+
pre-existing data might cause issues if the new MongoDB resources have a
23
+
different topology than the previous ones.
24
+
19
25
To deploy your first replica set:
20
26
21
27
1. Replace `<your-password-here>` in [config/samples/mongodb.com_v1_mongodbcommunity_cr.yaml](../config/samples/mongodb.com_v1_mongodbcommunity_cr.yaml) to the password you wish to use.
0 commit comments