An open API service indexing awesome lists of open source software.

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

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).