Skip to content

Commit 8889a11

Browse files
committed
info about deleting database
1 parent 4e0b01f commit 8889a11

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/concepts/managed-storage/managed-mongodb.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ services:
6969
x-defang-mongodb: true
7070
```
7171

72+
:::warning[Deleting a GCP Firestore Mongo Database ]
73+
Please be aware GCP Firestore does not allow deleting of your database when you down your project use `defang compose down`. You must go to the [GCP Cloud Console for Firestore](https://console.cloud.google.com/firestore/databases/) to delete it.
74+
:::
75+
7276
:::warning[Version]
7377
AWS DocumentDB is compatible with MongoDB 3.6, 4.0, and 5.0. The `mongo:5` image is compatible with DocumentDB 5.0, so we recommend using this version for your MongoDB service. Deployment will fail for versions higher than 5.
78+
79+
GCP Firestore does now have a configurable version.
7480
:::

0 commit comments

Comments
 (0)