我尝试将Aurora mysql 5.6.10(启用了Data 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
. - 已尝试更改容量设置,但没有任何效果。
我还有什么地方没发现吗?
2条答案
按热度按时间nle07wnf1#
您必须通过运行以下命令来检查无服务器引擎是否支持特定的属性修改:
如果您阅读上述语句的输出,它会显示SupportedEngineModes的“预配”:
对于一个可修改的参数,理想状态如下:
yc0p9oo02#
Aurora现在确实支持启动和停止API,所以我很惊讶你不能使用它。
https://aws.amazon.com/about-aws/whats-new/2018/09/amazon-aurora-stop-and-start/
您可以尝试通过CLI使用它们吗?
另请注意,如果您只想重新启动引擎以使参数更改生效,则只需使用
reboot-db-instance
API。https://docs.aws.amazon.com/cli/latest/reference/rds/reboot-db-instance.html