Relative Content

Tag Archive for postgresqlamazon-web-servicesamazon-rds

Limits on single RDS Instance running Postgres

In a single RDS instance(t4g & m5) running Postgres(15.x or above), what are the limits on number of databases I can create & number of schemas per database? If I exceed limits, can I request quota increase for both of them?

Replicating tables across databases in RDS

I have 2 databases on an RDS instance called A and B. Both are of two separate micro-services.
By mistake while deploying the new microservice instead of pointing to B. I pointed to A. So all the tables and data related to new microservice got created in A instead of B. Now when I am planning for a data migration of the related tables to B i need to drop some FK constraints as there is a lot of data for a smoother transition. AWS is not allowing me to do that as my user is not a superuser. How do I proceed in this case.

Replicating tables across databases in RDS (AWS)

I have 2 databases on an RDS instance called A and B. Both are of two separate micro-services.
By mistake while deploying the new microservice instead of pointing to B. I pointed to A. So all the tables and data related to new microservice got created in A instead of B. Now when I am planning for a data migration of the related tables to B i need to drop some FK constraints as there is a lot of data for a smoother transition. AWS is not allowing me to do that as my user is not a superuser. How do I proceed in this case.