-
### Terraform Core Version
1.9.8
### AWS Provider Version
5.63.1
### Affected Resource(s)
AWS postgres db
### Expected Behavior
When changing the parameter_group_name of an AWS R…
-
### Describe the bug.
The issue is an encryption type mismatch between the postgres version (15) we have used for aws rds instance and the driver used by quicksight.
Postgres 14 and above encrypts p…
-
```
21 November - 02:24:52.913122 ERROR Error connecting to database: db error: FATAL: no pg_hba.conf entry for host "xxx", user "postgres", database "postgres", no encryption
Error: "The DATABASE_U…
-
## Steps to reproduce
Use PgBouncer or an equivalent (e.g AWS RDS Proxy) in front of your database with Rails
## Expected behavior
PgBouncer to be able to reuse connections efficiently
## Actu…
-
## Description
It seems that the `manage_master_user_password_rotation = false` option does not disable the rotation.
Here's my RDS setup:
```
module "rds" {
source = "terraform-aws-modu…
-
Given an existing VPC attached to an RDS, is there a path to upgrade to the new "v2" cluster?
Existing config
```
const vpc = new sst.aws.Vpc("MyVpc" );
const rds = new sst.aws.Postgres("MyDb"…
-
As a data analyst on the CC Team, I need a full copy of August contention event data for historical analysis before the VRO team decommissions their RDS instance as part of the project decommissioning…
-
### Terraform Core Version
1.5.7
### AWS Provider Version
5.36.0
### Affected Resource(s)
aws_dms_endpoint
### Expected Behavior
![image](https://github.com/hashicorp/terraform-pr…
-
Is RDS proxy required for Next.js Drizzle stack? I have this setup:
```ts
const vpc = new sst.aws.Vpc('MyVpc');
const bucket = new sst.aws.Bucket('MyBucket', {
access: 'public',
});
const rd…
lxhan updated
3 weeks ago
-
Postgres 12 is EOL in Nov 2024 and AWS RDS stops support on Feb 28, 2025 after which there will be additional extended support charges for running this version of postgres.
Extended support charges…