'Copy Postgres Production RDS Database to Development RDS Instance
I'm trying to figure out an efficient way to copy data directly from my AWS RDS Production Postgres Instance to my AWS RDS Development Instance.
Right now I do a pg_dump on my local machine of the production instance. Then do a pg_restore on my local machine to the development RDS instance.
How can I copy the data directly from the Production RDS Postgres Instance to the Development RDS Postgres Instance?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
