1개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
0
I am not aware of any document showing the parameters comparison. The easy option is to compare the output of pg_settings table on RDS and self-managed PostgreSQL.
You also need to spend some time on the the following:
-
Extensions / Extension versions - Is the correct version of the extension available?
-
Fdw/dblinks - On PostgreSQL to PostgreSQL FDW/Dblink is supported so check what is being used by customer.
-
Special features like email or OS files access - no OS access is available so any functionality required OS access will not work.
-
Pl/ Perl java python etc - Only the secure versions are supported.
-
Scheduled cron jobs - They need to be run from Lambda, Step Functions or an EC2 instance.
답변함 4년 전
관련 콘텐츠
- AWS 공식업데이트됨 2년 전