Data missing from Aurora db table

0

Hello, I noticed that a bunch if rows have randomly disappeared from one of my tables in an Aurora instance if MySQL. I am pretty confident these weren't accidentally deleted, as I am the only one with an admin account. Any ideas what may have caused this (I know it is a long shot) an how I can get the data back? I tried the point in time restore, but that only goes back by a day,

1개 답변
2
수락된 답변

Check on these main reasons and look at the article included as well.

Bear in mind that binary logs are your first way to recovery and without a correct DR policy it may be really difficult to go on with the process. Anyways here are the other culprits you could hack.

  1. Check if you've enabled binary logging—it helps track changes to your data.
  2. Look into your CloudTrail logs for any DELETE statements around the time of the disappearance.
  3. Keep an eye on CloudWatch metrics for signs of high usage, which could signal trouble
  4. Consider enabling enhanced monitoring for more detailed insights.
  5. Check for any long-running transactions using the InnoDB status
  6. Review your IAM policies to ensure only authorized users are making changes.
  7. For future prevention, think about enabling binary logging and taking frequent snapshots.

https://repost.aws/questions/QUzuUbiPyMSgyv_84FGIojkA/how-to-find-who-deleted-rows-from-the-table-of-mysql-rds-aurora-writer-instance

profile picture
전문가
답변함 한 달 전
profile picture
전문가
검토됨 한 달 전
profile picture
전문가
검토됨 한 달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인