Skip to content

Commit 129f6ec

Browse files
authored
(DOCSP-12369): Added warning about persistent volumes issue. (#1272)
* (DOCSP-12369): Added warning about persistent volumes issue. * (DOCSP-12369): Incorporated John's feedback. * (DOCSP-12369): Incorporated Mircea's feedback.
1 parent 4c04e60 commit 129f6ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/deploy-configure.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ The [`/config/samples`](../config/samples) directory contains example MongoDBCom
1616

1717
## Deploy a Replica Set
1818

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+
1925
To deploy your first replica set:
2026

2127
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

Comments
 (0)