参数组更改未反映在 Aurora Serverless 数据库集群上

Lui*_*rra 7 mysql amazon-web-services amazon-aurora

我正在尝试将Aurora mysql 5.6.10(启用数据 API)实例中的binlog_format参数更新为ROW,但我无法更改它。

我已相应更新了自定义参数组,但当我运行时,这些更改不会反映在集群上show variables like 'binlog_format'

  • 更改参数组后,集群立即进入Modifying状态,但完成后参数尚未更新。
  • 我似乎无法在 AWS UI 上找到重新启动或停止集群的选项。
  • 使用 CLI,我在尝试停止集群时收到此错误:An error occurred (InvalidDBClusterStateFault) when calling the StopDBCluster operation: Stop-db-cluster is not supported for these configurations
  • 尝试更改容量设置,但没有任何作用。

我还有其他失踪的方式吗?

big*_*g-K 0

Aurora 现在确实支持启动和停止 API,因此我很惊讶您无法使用它。

https://aws.amazon.com/about-aws/whats-new/2018/09/amazon-aurora-stop-and-start/

您可以尝试通过 CLI 使用它们吗?

另外,如果您只想重新启动引擎以使参数更改生效,则只需使用 API 即可reboot-db-instance

https://docs.aws.amazon.com/cli/latest/reference/rds/reboot-db-instance.html