Copying or Replicating Amazon RDS MYSQL weekly

倖福魔咒の 提交于 2019-12-24 19:24:18

问题


What is the best practice for keeping an Amazon RDS UAT database refreshed weekly from a Production version of that database? We were thinking of mirroring the production RDS, but we don't want any changes in UAT to be reflected in Production. So the thought of taking a weekly backup of production and restoring it to the UAT, but this is time consuming. Can we apply a snapshot of Production onto UAT if UAT is initially a restore of some point in time from Production?


回答1:


RDS offers two mechanisms for database backup/recovery. You can utilize the automated backups to allow point in time database recovery/creation. Alternately you can utilize database snapshots to make manual or automated snapshots that you can use to create new RDS instances.

Here is some more information from the AWS RDS FAQ: http://aws.amazon.com/rds/faqs/#23



来源:https://stackoverflow.com/questions/14712432/copying-or-replicating-amazon-rds-mysql-weekly

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!