首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >aws cli rds restore-db-cluster-from-snapshot出现内部错误

aws cli rds restore-db-cluster-from-snapshot出现内部错误
EN

Stack Overflow用户
提问于 2020-10-04 19:29:21
回答 1查看 228关注 0票数 0

正在尝试将群集快照还原为代码构建管道的一部分,以定期将prod db复制到登台。在使用aws cli命令恢复集群时遇到一个问题,并抛出下面一个奇怪的错误。

下面是我正在尝试运行的命令。它是从这个https://aws.amazon.com/blogs/devops/enhancing-automated-database-continuous-integration-with-aws-codebuild-and-amazon-rds-database-snapshot/中提取的

代码语言:javascript
复制
aws rds restore-db-cluster-from-snapshot \
--snapshot-identifier arn:aws:rds:region-ID:account-ID:cluster-snapshot:db-snapshot-identifier \
--db-cluster-identifier myidentifiernameforrestore \
--engine aurora

执行该命令时出现以下错误:

代码语言:javascript
复制
An error occurred (InternalFailure) when calling the RestoreDBClusterFromSnapshot operation (reached max retries: 4): An internal error has occurred. Please try your query again at a later time.

有什么想法吗?

EN

回答 1

Stack Overflow用户

发布于 2020-10-04 20:32:28

问题出在命令--engine aurora的最后一部分

将其更改为--engine aurora-mysql,然后工作并部署群集。

谢谢你的提示@Marcin

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/64194052

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档