1 Answer
- Newest
- Most votes
- Most comments
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.
answered 4 years ago
Relevant content
- Accepted Answer
- Accepted Answerasked 4 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 months ago