我从 Web 界面看到需要对我的 RDS postgresql 实例进行维护,所以我运行了aws rds describe-pending-maintenance-actions
,它说有一个“系统更新”,因为“有新的操作系统更新可用”。
没关系,所以我在 90 分钟前(aws rds stop-db-instance
当时aws rds start-db-instance
)重新启动了实例。
90 多分钟后,实例仍然“需要维护”。
我做错了什么,或者没有做什么?或者这只是一个通知,表明 AWS 将做一些我无法控制的事情?
$ aws rds describe-pending-maintenance-actions --output=table
-------------------------------------------------------------------------------------------
| DescribePendingMaintenanceActions |
|| PendingMaintenanceActions ||
|+---------------------+-----------------------------------------------------------------+|
|| ResourceIdentifier | arn:aws:rds:us-east-1:123456789012:db:xxxxxxxxxxxx ||
|+---------------------+-----------------------------------------------------------------+|
||| PendingMaintenanceActionDetails |||
||+-----------------------------+-------------------------------------------------------+||
||| Action | system-update |||
||| AutoAppliedAfterDate | 2022-06-30T00:00:00+00:00 |||
||| CurrentApplyDate | 2022-06-30T00:00:00+00:00 |||
||| Description | New Operating System update is available |||
||| ForcedApplyDate | 2022-10-30T00:00:00+00:00 |||
||+-----------------------------+-------------------------------------------------------+||
|| PendingMaintenanceActions ||
|+---------------------+-----------------------------------------------------------------+|
|| ResourceIdentifier | arn:aws:rds:us-east-1:123456789012:yyyyyyyyyyyyy ||
|+---------------------+-----------------------------------------------------------------+|
||| PendingMaintenanceActionDetails |||
||+-----------------------------+-------------------------------------------------------+||
||| Action | system-update |||
||| AutoAppliedAfterDate | 2022-06-30T00:00:00+00:00 |||
||| CurrentApplyDate | 2022-06-30T00:00:00+00:00 |||
||| Description | New Operating System update is available |||
||| ForcedApplyDate | 2022-10-30T00:00:00+00:00 |||
||+-----------------------------+-------------------------------------------------------+||
RDS 文档说您应该能够通过选择要应用升级的实例并选择“维护和备份”选项卡,然后选择挂起的维护并单击“立即应用”来触发升级