-
I'm running SST on a Macbook Pro with an M1 chip.
I am able to successfully run `sudo npx sst dev`.
When I try to run `sudo npm run db migrate` or `sudo npm run db:studio`, I get this error me…
-
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
1 month ago
-
Hi,
I'm get this error connecting on AWS RDS Proxy:
```
2023-07-17T11:02:36.697816+00:00 [error] Error in process on node 'emqx@172.31.35.60' with exit value:, {{badmatch,{error,nxdomain}},[{mys…
-
Hi,
I'm get this error connecting on AWS RDS Proxy:
```
{{badmatch,{error,closed}},
[{mysql_protocol,auth_finish_or_switch,7,
[{file,"src/mysql_protocol.erl"},{line,129}]},…
-
I am using asyncpg to query an postgres rds cluster. In my app I use asyncpg connection pools to aquire a connection and query the DB. I recently stood up an RDS Proxy in front of my RDS Cluster and I…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
An implementation of RDS Proxy for PostgreSQL that works beyond simple CRUD. I would like …
jbvv1 updated
3 months ago
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help…
-
### Terraform Core Version
1.8.0
### AWS Provider Version
5.68.0
### Affected Resource(s)
aws_db_proxy
### Expected Behavior
after changing `client_password_auth_type` - we expect…
-
It would appear that the `sslrootcert=` connection string parameter is not supported, which means that you can not use verified SSL / TLS to a postgres database host using a certificate from a private…
-
## 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…