Skip to content

Commit 9bed739

Browse files
committed
better version of data store section
1 parent 534cad3 commit 9bed739

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/use-cases/use-cases.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Some applications are designed to run in stateful environments. For example, a C
3434

3535
## Data Stores
3636

37-
Defang now offers paid tier support for managed services for databases and caches, including [Postgres](./concepts/managed-storage/managed-postgres) and [Redis](./concepts/managed-storage/managed-redis). While Defang is primarily designed for stateless workloads, it can now support stateful workloads (persistent data storage) if used with one of the mentioned managed services above.
37+
Defang now offers paid tier support for managed [Postgres](./concepts/managed-storage/managed-postgres) and [Redis](./concepts/managed-storage/managed-redis) data store services. While Defang is primarily designed for stateless workloads, it can now support stateful workloads if used with one of the managed services mentioned above.
3838

39-
Please be aware that if you choose not to use a managed service, there is a risk that any data stored in a container may be lost if the container is replaced.
39+
:::warning
40+
Using unsupported data stores (e.g., ElasticSearch) with Defang is strongly discouraged. Doing so may result in permanent data loss. Stick to Defang's managed services like Postgres and Redis for reliable data persistence.
41+
:::
42+
43+
Please be aware that if you choose not to use a Defang-supported managed service, there is a risk that any data stored in a container may be lost if the container is replaced.

0 commit comments

Comments
 (0)