2 回答
- 最新
- 投票最多
- 评论最多
0
Hi!
We've encountered same issue lately. Looks like those logs aren't available in RDS console (I'm not sure why?) but you can get those from RDS API (for 14 days).
E.g. using CLI:
aws rds describe-events --source-identifier <yourdatabaseidentifierhere> --source-type db-instance --duration 6720
已回答 6 年前
0
Hi kruczjak-boostcom,
You 've been very helpful! Thank you so much!
By reading the events, we found indexes that were incompatible and had to be dropped in order for the upgrade to finish.
Thanks a lot once again!
Pantelis
已回答 6 年前
相关内容
- AWS 官方已更新 1 年前
- AWS 官方已更新 3 年前