-
Notifications
You must be signed in to change notification settings - Fork 2
Update README and CONTRIBUTING for new maintainership #17
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,85 +1,85 @@ | ||||||
| # dbdeployer | ||||||
|
|
||||||
| [DBdeployer](https://github.com/ProxySQL/dbdeployer) is a tool that deploys MySQL database servers easily. | ||||||
| This is a port of [MySQL-Sandbox](https://github.com/datacharmer/mysql-sandbox), originally written in Perl, and re-designed from the ground up in [Go](https://golang.org). See the [features comparison](https://github.com/datacharmer/dbdeployer/blob/master/docs/features.md) for more detail. | ||||||
| This is a port of [MySQL-Sandbox](https://github.com/datacharmer/mysql-sandbox), originally written in Perl, and re-designed from the ground up in [Go](https://golang.org). See the [features comparison](https://github.com/ProxySQL/dbdeployer/blob/master/docs/features.md) for more detail. | ||||||
|
|
||||||
| ## New Maintainer | ||||||
|
|
||||||
| This project was originally created and maintained by [Giuseppe Maxia](https://github.com/datacharmer) (datacharmer). It is now actively maintained by the [ProxySQL](https://github.com/ProxySQL) team, continuing Giuseppe's excellent work while expanding the project's capabilities. | ||||||
| As of 2026, dbdeployer is actively maintained by the [ProxySQL](https://github.com/ProxySQL) team, with the blessing of the original creator [Giuseppe Maxia](https://github.com/datacharmer). We are grateful for Giuseppe's years of work on this project. | ||||||
|
|
||||||
| **Roadmap highlights:** | ||||||
|
|
||||||
| - ProxySQL and Orchestrator integration | ||||||
| - Provider-based architecture for extensible database support | ||||||
| - Eventual PostgreSQL support | ||||||
| **Roadmap:** | ||||||
| - Modern MySQL support (8.4 LTS, 9.x Innovation releases) | ||||||
| - ProxySQL and Orchestrator integration as deployment providers | ||||||
| - Provider-based architecture for extensibility | ||||||
| - PostgreSQL support (long-term) | ||||||
|
|
||||||
| See the [Phase 1 milestone](https://github.com/ProxySQL/dbdeployer/milestone/1) for current progress. | ||||||
|
|
||||||
| Documentation updated for version 1.66.0 (26-Jul-2022 10:30 UTC) | ||||||
| Documentation updated for version 1.74.0 (23-Mar-2026) | ||||||
|
|
||||||
|  | ||||||
|
||||||
|  | |
|  |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to CONTRIBUTING.md, this README.md file is generated from mkreadme/readme_template.md and should not be edited directly. Your changes will be lost the next time the README is generated.
Please apply your changes to mkreadme/readme_template.md and then run ./mkreadme/build_readme.sh to regenerate README.md.
Also, when you move the changes to the template, please double-check the year in 'As of 2026', as it seems to be a typo referring to a future date.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CONTRIBUTING says golangci-lint is "required", but there’s no golangci-lint config in the repo and CI doesn’t appear to run it. To avoid contributor confusion, either add/configure golangci-lint (and enforce it in CI) or soften the wording to make it optional/recommended.