Skip to content

Commit d41fb14

Browse files
committed
Add managed postgres and redis doc to gcp
1 parent d0e7091 commit d41fb14

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Postgres, or PostgreSQL, is a powerful open-source relational database system kn
1515
| [Playground](/docs/providers/playground#managed-services) ||
1616
| [AWS](/docs/providers/aws#managed-storage) ||
1717
| [DigitalOcean](/docs/providers/digitalocean#future-improvements) ||
18-
| [GCP](/docs/providers/gcp#future-improvements) ||
18+
| [GCP](/docs/providers/gcp#managed-storage) ||
1919

2020
## How to use Managed Postgres
2121

@@ -82,7 +82,7 @@ When a project is deployed to a [production environment](/docs/concepts/deployme
8282
<project-name>-<service>-postgres-<id>-final-snapshot
8383
`
8484

85-
The AWS Console can be used to restore a snapshot into a new instance of Postgres.
85+
The AWS Console can be used to restore a snapshot into a new instance of Postgres. This feature is not yet supported in GCP.
8686

8787
{/*
8888
### Major Version Updating of Engine

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Redis is an in-memory data structure store widely used for caching, real-time an
1515
| [Playground](/docs/providers/playground#managed-services) ||
1616
| [AWS](/docs/providers/aws#managed-storage) ||
1717
| [DigitalOcean](/docs/providers/digitalocean#future-improvements) ||
18-
| [GCP](/docs/providers/gcp#future-improvements) ||
18+
| [GCP](/docs/providers/gcp#managed-services) ||
1919

2020
## How to use Managed Redis
2121

@@ -40,4 +40,4 @@ configured to create a snapshot of the datastore before deletion. The snapshot w
4040
<project-name>-<service>-redis-<id>-final-snapshot
4141
`
4242

43-
The AWS Console can be used to restore a snapshot into a new instance of Redis.
43+
The AWS Console can be used to restore a snapshot into a new instance of Redis. This feature is not yet supported on GCP.

docs/providers/gcp.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,18 @@ The Provider builds and deploys your services using [Google Cloud Run](https://c
5959

6060
The GCP provider does not currently support storing sensitive config values.
6161

62+
## Managed Storage
63+
64+
Defang can help you provision [managed storage](/docs/concepts/managed-storage/managed-storage.md) services. The following managed storage services are supported on GCP:
65+
66+
### Managed Postgres
67+
68+
When using [Managed Postgres](/docs/concepts/managed-storage/managed-postgres.mdx), the Defang CLI provisions an Cloud SQL instance in your account.
69+
70+
### Managed Redis
71+
72+
When using [Managed Redis](/docs/concepts/managed-storage/managed-redis.md), the Defang CLI provisions an Memorystore for Redis cluster in your account.
73+
6274
### Managed LLMs
6375

6476
Defang offers integration with managed, cloud-native large language model services with the x-defang-llm service extension. Add this extension to any services which use the [Google Vertex AI SDKs](https://cloud.google.com/vertex-ai/docs/python-sdk/use-vertex-ai-sdk).

0 commit comments

Comments
 (0)