Monday, 22 January 2018

Amazon Relational Database Service for PostgreSQL now support new minor versions

Amazon Relational Database Service for PostgreSQL has updated to support PostgreSQL minor versions 9.3.20, 9.4.15, 9.5.10 and 9.6.6. With the latest version, you can fix the PostgreSQL security vulnerabilities and include additional bug fixes and improvements. AWS has also added support for ‘orafce’ extension to duplicate subset of common functions and packages in version 9.6.6 and the prefix extension to provision prefix range functions in version 9.6.6. You can build a new Amazon Relational Data Service for PostgreSQL database instance with just a few clicks in the Amazon Web Services Management Console or you can upgrade an existing instance by utilizing the Point and Click upgrades. 

No comments:

Post a Comment

Optimizing Performance and Cost: Migrating an Express.js Application from EC2 to AWS Lambda

Introduction: In a recent project, our team worked on optimizing a Node.js application that was originally hosted on an EC2 instance. The ap...