By using AWS re:Post, you agree to the AWS re:Post Terms of Use

All Content tagged with PostgreSQL

Amazon RDS makes it easy to set up, operate, and scale PostgreSQL deployments in the cloud.

Content language: English

Select up to 5 tags to filter
Sort by most recent
742 results
Hi, We have PostgreSQL Aurora and PostgreSQL RDS non-Aurora. Whenever we want to do a DR Test of some for PostgreSQL Aurora, we take a snapshot of the cluster and this backs up everything, Reader an...
1
answers
0
votes
9
views
asked 5 hours ago
#### **Issue Summary** We are experiencing an issue with our AWS RDS PostgreSQL database (Postgres version 16 upgraded to 17 a while ago - likely when the problem started) where rows in a specific tab...
2
answers
0
votes
27
views
profile picture
asked 16 hours ago
Hello , For the DB migration from on-premise to AWS I am following the guidelines here - https://docs.aws.amazon.com/dms/latest/sbs/chap-manageddatabases.postgresql-rds-postgresql-full-load-pglogica...
1
answers
0
votes
33
views
asked 7 days ago
Inside my CDK I have the option to import a database instance and also to create a new one. With the new one, I can create a database with defaultDatabaseName. But how can I let the rds cluster create...
1
answers
0
votes
14
views
asked 8 days ago
Two questions related to Firehose from Postgres RDS to Iceberg Tables. 1. Can it support partitioned tables? for example if I have postgres partitioned table of users (users_1,users_2,users_3....) ca...
1
answers
0
votes
40
views
asked 11 days ago
It seems like a firehose as CDC from Postgres RDS to Iceberg Tables should be supported in the region eu-central-1; however, Postgres RDS doesn't appear in the source drop menu.
1
answers
0
votes
34
views
asked 11 days ago
I'm still learning aws. I created reserved instance in rds postgres. the status is showing as "payment pending". could someone please help with this. i dont want this instance. am i fked up. ![db co...
1
answers
0
votes
19
views
asked 13 days ago
Background: I had run application that use Aurora PostgreSQL 10.21 until around mid of 2023. I have paused the service/application for about 1 year. Now I want to continue the application so i need db...
1
answers
0
votes
19
views
asked 16 days ago
I'm so excited that [RDS finally supports Postgres 17](https://aws.amazon.com/ko/about-aws/whats-new/2024/11/amazon-rds-postgresql-supports-version-17/), so I'm trying to upgrade the existing multi AZ...
Accepted AnswerPostgreSQL
2
answers
0
votes
59
views
asked 18 days ago
Hello, I am working on starting local database server from appstream 2.0 : https://catalog.us-east-1.prod.workshops.aws/workshops/bf71c0bc-6d8a-4d04-9c10-ab479f7f0e37/en-US/tools/postgresql#install-lo...
2
answers
0
votes
33
views
asked 21 days ago
I'm testing/learning how to upload and connect a Java Spring Boot app on AWS Elastic Beanstalk and connect it to a RDS Database. When I run the Spring app locally, connected to the aws server databas...
2
answers
0
votes
51
views
asked 25 days ago
Hi, I am running the SQL below to check on pg_stat_activity. ``` select pid as process_id, usename as username, datname as database_name, client_addr as client_address, ...
2
answers
0
votes
35
views
asked a month ago