Migrating PAM360 Database from PostgreSQL to Amazon Aurora (PostgreSQL Compatible) RDS5 minutes to read
PAM360 uses PostgreSQL as the default backend database, and it comes bundled with the product. However, you can migrate from the on-premise database into an on-demand service using Amazon RDS. With this, you can migrate all your data from the local PostgreSQL database to the Amazon RDS PostgreSQL database with ease. Amazon Web Services (AWS) Relational Database Service (RDS) is a managed service that makes it easy to set up, operate, and scale a relational database in the cloud. It supports several database engines, including Amazon Aurora, PostgreSQL, MySQL, MariaDB, Oracle Database, and Microsoft SQL Server. Benefits of using Amazon RDS Instance
Here, in this document, you will learn about migrating from PostgreSQL database to Amazon Aurora RDS (PostgreSQL Compatible) 1. Creating an Amazon Aurora (PostgreSQL Compatible) RDS InstanceRefer to the RDS instance creation section in this document to know more about creating an Amazon Aurora (PostgreSQL compatible) RDS instance in AWS. 2. Migrating PAM360 Database from PostgreSQL to Amazon Aurora (PostgreSQL Compatible) RDSThe following are the high-level steps to migrate data from bundled PostgreSQL to Amazon Aurora (PostgreSQL Compatible) RDS. Perform them on the respective with the required administrator/superuser privileges.
You have now successfully migrated data from PostgreSQL Database to Amazon RDS PostgreSQL Database. | |