https://github.com/github/gh-mysql-tools
General purpose MySQL tools by GitHub Engineering
https://github.com/github/gh-mysql-tools
Last synced: 5 months ago
JSON representation
General purpose MySQL tools by GitHub Engineering
- Host: GitHub
- URL: https://github.com/github/gh-mysql-tools
- Owner: github
- License: mit
- Archived: true
- Created: 2019-02-21T10:23:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T06:35:18.000Z (about 6 years ago)
- Last Synced: 2023-09-25T03:55:56.113Z (over 2 years ago)
- Language: Go
- Size: 6.46 MB
- Stars: 76
- Watchers: 245
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# gh-mysql-tools
General purpose MySQL tools by GitHub Engineering
### General notes
This repository publishes tools created and used by GitHub's Database Infrastructure team. These will be small tools/scripts/configs that we use internally at GitHub.
To be able to publish these tools, we strip out GitHub-specific code (e.g. integration with our chatops, monitoring etc.). We publish the tools "as is", under the MIT license, and without support. At this time we do not expect to maintain the tools on this repository, though we may periodically update them based on internal development.
# The tools
## gh-mysql-rewind
Move MySQL back in time, decontaminate or un-split brain a MySQL server, restore it into replication chain.
[Read more](rewind/)
# Project status
This project is archived to indicate that it is not open to contributions. We expect to be updating it from time to time. We may be open to contributions at some point in the future.
# Contributing
See [CONTRIBUTING](.github/CONTRIBUTING.md)
# License
This project is released under the [MIT LICENSE](LICENSE).