Questions tagged with Aurora PostgreSQL
The PostgreSQL-compatible edition of Aurora delivers up to 3X the throughput of standard PostgreSQL running on the same hardware, enabling existing PostgreSQL applications and tools to run without requiring modification.
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
342 results
Hi all,
Currently we are trying to enable pgAudit extensions on our cluster. However, this extension will increase the log sent to the CloudWatch drastically (we set our cluster to send the log to...
Hi,
We have encounter a situation with out RDS instances where the clock time appears to be 5 minutes behind the actual time.
i.e. call `select now()` returns a time that is 5 minutes behind a time...
I'm currently having a RDS provisioned PostgreSQL database
i thought of doing a cost calculation if I moved to Aurora PostgreSQL or Aurora PostgreSQL Serverless.
SO how to get the actual workload in...
I'm currently using
1.RDS PostgreSQL
2.Aurora PostgreSQL
3.Aurora PostgreSQL serverless
I want to check the possibility of moving above type to other two types and compare and get a result like...
I have an AWS Aurora serverless v2 cluster running
![Enter image description here](/media/postImages/original/IMA1LNhkBeQ7meIDJshMg5pg)
Now additionally I have a point in time backup in AWS Backups...
Hi everyone,
I wanted to know, when you create a new Role using `CREATE ROLE` command or when you install a new extension using `CREATE EXTENSION` using one of the instances write endpoint in the...
i have aurora cluster, and i want to schedule, is there a way to schedule start/stop of aurora cluster via lambda ? The idea here is to save cost. I was able to schedule start/stop of my RDS instance...
Hi everyone,
We are using pg_cron extension with postgres with AWS RDS and would love to use the 'cron.timezone' option which is offered by the extension but not by AWS parameter...
Hi AWS community,
I want to know the feasibility of migrating an Aurora PostgreSQL Serverless V2 instance to an Aurora PostgreSQL reserved instance without a migration process. And if the only viable...
I get this error:
(psycopg2.OperationalError) could not translate host name "DBIPAddress" to address: Name or service not known
when I run the code
db= SQLDatabase.from_uri( )
I'm running the...
It appears that RDS for PostgreSQL does not allow streaming replication connection. The pg_hba.conf that the database uses denies the replication connections for all user-accessible...
We are migrating an Amazon Aurora for PostgreSQL cluster from one aws account to another aws account. We did the migration successfully and the cluster is up and accessible on the new aws account. We...