简体   繁体   English

是否可以停止 AWS Postgres Aurora 全球数据库?

[英]Is it possible to stop an AWS Postgres Aurora Global Database?

I want to run AWS Postgres Aurora Global Database in my staging environment, but I want to stop it overnight and weekends.我想在我的临时环境中运行 AWS Postgres Aurora 全球数据库,但我想在夜间和周末停止它。 It seems like this might not be possible?这似乎不可能?

I have a primary cluster in the EU and a single read replica cluster in the US.我在欧盟有一个主集群,在美国有一个只读副本集群。 If I try and stop the Primary Cluster I get:如果我尝试停止主集群,我会得到:

Stop-db-cluster is not supported for clusters with read replicas 
(Service: AmazonRDS; Status Code: 400; Error Code: InvalidDBClusterStateFault; Request ID: XXXXXXXX)

Is the only way to stop the RDS is to destroy the entire cluster?!停止RDS的唯一方法是销毁整个集群吗?!

Aurora Global Database doesn't support stopping and stopping global clusters. Aurora 全局数据库不支持停止和停止全局集群。 From docs :文档

The following features aren't supported for Aurora global databases: Stopping and starting the DB clusters within the global database. Aurora 全局数据库不支持以下功能:全局数据库中停止和启动数据库集群。

It seems that, as you pointed out, the only way would be stop delete it and recreate later on from a snapshot for instance.似乎,正如您所指出的,唯一的方法是停止删除它并稍后从快照中重新创建。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从AWS Aurora迁移到本地Postgres 9.6数据库 - Migration from AWS Aurora to a local Postgres 9.6 database 在 AWS Aurora/postgres 上收听/通知 - LISTEN/NOTIFY on AWS Aurora/postgres 寻找在 AWS Aurora DB 中运行的 Postgres 数据库之间同步数据的解决方案(可能是 pgsync?) - Looking for a solution to synchronize data between Postgres database running in AWS Aurora DB (pgsync maybe?) AWS Aurora Postgres中的并行计划/查询 - Parallel plans/queries in AWS Aurora Postgres AWS Aurora Postgres 12 设置整理 - AWS Aurora Postgres 12 Setting Collation 将大文件上传到 AWS aurora postgres serverless - uploading large file to AWS aurora postgres serverless AWS Aurora RDS PostgreSql 通过云形成脚本为现有集群创建全局数据库 - AWS Aurora RDS PostgreSql create global database for existing cluster through cloud formation script 无法将 postgres 从快照迁移到 aws aurora postgres - Unable to migrate postgres to aws aurora postgres from snapshot 如何在 Amazon AWS 中确认 Postgres 和 Aurora Postgres 的多可用区 - How to confirm Multi-AZ for Postgres and Aurora Postgres in Amazon AWS 使用 AWS Aurora Postgres 和 aws_lambda.invoke 的事务发件箱模式 - Transaction Outbox Pattern with AWS Aurora Postgres and aws_lambda.invoke
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM