Homogeneous migration of RDS postgres database

0

I would like to use transportable tables to migrate a database from one postgres rds instance to another. I've followed the instructions found here and here. I have modified the shared_preload_libraries parameter to include only pg_transport an rebooted the instances. However, when I log on to the database with psql and run 'show shared_preload_libraries' I find that rds has added in rdsutils, so now when I run the transport function it of course fails with:

ERROR:  no extensions except for pg_transport can be installed to use pg_transport

I have not been able to find a way to stop rds from adding rdsutils to the shared libraries. How can I stop rds adding in rdsutils?! Without being able to disable it somehow, pg_transport is not usable.

1 Answer
0

Hello, please check the Limitations for using PostgreSQL transportable databases. Some of the limitations are Read replicas, Unsupported column types, Tablespaces, Compatibility, Extensions, Roles and ACLs, Concurrent transports, RDS for PostgreSQL DB instances only. If limitations are not the issue, you can always reach out to AWS support by creating a support case.

AWS
answered 4 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions