1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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.
répondu il y a 4 ans
Contenus pertinents
- demandé il y a 2 ans
- demandé il y a 7 mois
- AWS OFFICIELA mis à jour il y a 9 mois
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a un an