System Requirements for Amazon Aurora PostgreSQL

To back up and restore PostgreSQL data on an Amazon application, verify that your environment meets the requirements.

Before Configuring Backups, Verify Backup Gateway Region and Access to the Database

Before configuring backups of the database, do the following:

Software Requirements

  • Package required on access nodes

    • Virtual Server Agent

    • MySQL Agent

  • Access nodes that you run backup and restore operations on must have one of the following operating systems:

Operating system

Processor architecture

Red Hat Enterprise Linux 8.x, 7.x

  • x64

  • Compatible processors

Supported PostgreSQL Versions

PostgreSQL 16.x-11.x

User Account Requirements

  • The PostgreSQL instance must have a user account with the following privileges to perform backup and restore operations of the database objects:

    Operation

    Required privileges

    Backups

    • CREATEDB

    • CREATEROLE

    Restores

    • CREATEDB

    • CREATEROLE

    • INHERIT

    • LOGIN

  • CONNECTION LIMIT, if set, must be 2 or greater.

  • You might need to grant other privileges to the backup user to secure the objects in the database. For more information, see Privileges on the PostgreSQL website.

SSL and TLS Support

The supported TLS versions to create Amazon SSL encrypted PostgreSQL instances are TLS 1.0, 1.1, and 1.2.

Loading...