Skip to content

Commit de24c80

Browse files
authored
fix: Add RDS information to docs (#322)
1 parent 30569de commit de24c80

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

documentation/docs/pages/docs/deploying/aws.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ postgresql:
129129
enabled: false
130130
```
131131
132+
:::info
133+
If you are using AWS RDS for your PostgreSQL database with `sslmode=require`, you will need to include the RDS certificates in your connection configuration. You can find the necessary certificates in the [AWS RDS SSL documentation](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html).
134+
:::
135+
132136
### 2.3. Install the Helm Chart
133137
134138
```bash

documentation/docs/pages/docs/start-building/yaml-config/storage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ DATABASE_URL=postgresql://[user[:password]@][host][:port][/dbname]
3131
```
3232

3333
:::info
34-
`sslmode=require` is supported as well just include it in the connection string.
34+
`sslmode=require` is supported as well just include it in the connection string. If you are using AWS RDS, you will need to include the RDS certificates in your connection configuration. You can find the necessary certificates in the [AWS RDS SSL documentation](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html).
3535
:::
3636

3737
### enabled

0 commit comments

Comments
 (0)