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

Fix warning about GTIDs when taking dumps from Aurora #1

Open
dale-c-anderson opened this issue Oct 14, 2020 · 0 comments
Open

Fix warning about GTIDs when taking dumps from Aurora #1

dale-c-anderson opened this issue Oct 14, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@dale-c-anderson
Copy link
Member

When backing up Aurora,

Warning: A partial dump from a server that has GTIDs will by default include the GTIDs of all transactions, even those that changed suppressed parts of the database. If you don't want to restore GTIDs, pass --set-gtid-purged=OFF. To make a complete dump, pass --all-databases --triggers --routines --events. 

If we provide an option to --set-gtid-purged= OFF, this should silence warning. GTIDs are used in replication. It's unlikely they'd be needed in a simple mysql dump.

@dale-c-anderson dale-c-anderson added the enhancement New feature or request label Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant