标签: postgresql amazon-web-services amazon-rds rds
我在AWS上有一个Postgres实例,每天都会拍摄快照。我已将最新快照手动还原到另一个实例以进行报告, 但我想知道是否有可能实现自动化,这样我每天都可以恢复快照?
答案 0 :(得分:0)
您可以安排恢复CLI命令以在特定事件或特定时间执行。
aws rds restore-db-instance-from-db-snapshot --db-instance-identifier mynewdbinstance --db-snapshot-identifier mydbsnapshot