Skip to content

Commit 3c7dd18

Browse files
committed
reword the managed services pages to be more consistent
1 parent 6f2603e commit 3c7dd18

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 1000
66

77
# Managed Postgres
88

9-
Postgres, or PostgreSQL, is an advanced open-source relational database system known for its robustness, extensibility, and compliance with SQL standards, making it a popular choice for complex applications requiring reliable data integrity and sophisticated querying capabilities.
9+
Postgres, or PostgreSQL, is a powerful open-source relational database system known for its robustness, extensibility, and compliance with SQL standards, making it ideal for complex applications requiring reliable data integrity and advanced querying. Defang can help you provision a managed Postgres instance.
1010

1111
## Current Support
1212

@@ -75,13 +75,13 @@ For a smoother experience with Defang, we recommend using Postgres 14 for your c
7575

7676
## Final Snapshots
7777

78-
When a project is deployed to a production environment any managed postgres instances are automatically configured to create a snapshot of the database before deletion. The snapshot will be named with the following format
78+
When a project is deployed to a [production environment](/docs/concepts/deployment-modes), any managed Postgres instances are automatically configured to create a snapshot of the database before deletion. The snapshot will be named with the following format:
7979

8080
`
8181
<project-name>-<service>-postgres-<id>-final-snapshot
8282
`
8383

84-
The AWS Console can be used to restore a snapshop into a new instance of postgres.
84+
The AWS Console can be used to restore a snapshot into a new instance of Postgres.
8585

8686
<!--
8787
### Major Version Updating of Engine

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ cache:
3333
3434
## Final Snapshots
3535
36-
When a project is deployed with the `production` [deployment mode](/docs/concepts/deployment-modes) any managed redis instances are automatically
37-
configured to create a snapshot of the datastore before deletion. The snapshot will be named with the following format
36+
When a project is deployed with the `production` [deployment mode](/docs/concepts/deployment-modes), any managed Redis instances are automatically
37+
configured to create a snapshot of the datastore before deletion. The snapshot will be named with the following format:
3838

3939
`
4040
<project-name>-<service>-redis-<id>-final-snapshot
4141
`
4242

43-
The AWS Console can be used to restore a snapshop into a new instance of redis.
43+
The AWS Console can be used to restore a snapshot into a new instance of Redis.

0 commit comments

Comments
 (0)