Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure MySQL logging to go to a file #127

Closed
3 tasks
spgreenberg opened this issue Oct 27, 2020 · 1 comment
Closed
3 tasks

Configure MySQL logging to go to a file #127

spgreenberg opened this issue Oct 27, 2020 · 1 comment
Labels
New Issues rds-logs Stories related to shipping RDS logs to customers

Comments

@spgreenberg
Copy link
Contributor

In order to support downloading of MySQL logs for customers, we need MySQL to log to a file.

Acceptance Criteria

  • GIVEN MySQL instances that are logging
    WHEN logs are generated
    THEN they are written to a file
    AND downloadable via the AWS CLI

Security considerations

Logs are currently stored within AWS. This will not change as logs will remain in AWS, just in logs instead of a table. Postgres already logs to files now.

Implementation sketch

Setting changes: https://aws.amazon.com/premiumsupport/knowledge-center/rds-download-instance-logs/

  • Update existing standalone MySQL RDS instances to log to a file
  • Update the broker to ensure logging to a file is the default setting for standalone instances
@spgreenberg spgreenberg added New Issues rds-logs Stories related to shipping RDS logs to customers labels Oct 27, 2020
@markdboyd
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Issues rds-logs Stories related to shipping RDS logs to customers
Projects
None yet
Development

No branches or pull requests

2 participants