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.

JP
已提問 1 個月前檢視次數 201 次
1 個回答
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
已回答 22 天前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南