Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 29 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
![](https://github.com/openark/orchestrator/workflows/CI/badge.svg)
![](https://github.com/openark/orchestrator/workflows/upgrade/badge.svg)
![](https://github.com/openark/orchestrator/workflows/system%20tests/badge.svg)
[![downloads](https://img.shields.io/github/downloads/openark/orchestrator/total.svg)](https://github.com/openark/orchestrator/releases) [![release](https://img.shields.io/github/release/openark/orchestrator.svg)](https://github.com/openark/orchestrator/releases)
![](https://github.com/proxysql/orchestrator/workflows/CI/badge.svg)
![](https://github.com/proxysql/orchestrator/workflows/upgrade/badge.svg)
![](https://github.com/proxysql/orchestrator/workflows/system%20tests/badge.svg)
[![downloads](https://img.shields.io/github/downloads/proxysql/orchestrator/total.svg)](https://github.com/proxysql/orchestrator/releases) [![release](https://img.shields.io/github/release/proxysql/orchestrator.svg)](https://github.com/proxysql/orchestrator/releases)

> **NOTE:** This is a fork of the abandoned [Orchestrator](https://github.com/openark/orchestrator) project. Percona is not the public maintainer of the Orchestrator project. We modify this fork almost exclusively for use in our Kubernetes Operators, but we make our changes available to the open-source community if they suit your needs.
> **Maintained by [ProxySQL LLC](https://proxysql.com).** We are committed to keeping orchestrator alive and moving forward. Contributions from the community are welcome — see [CONTRIBUTING.md](CONTRIBUTING.md) to get started.

>We are not currently entertaining external enhancements or feature requests. We do, however, believe Orchestrator has potential and are open to exploring its future as a community-driven project. We welcome collaboration with interested organizations. Our priority is determining whether sufficient resources (time and funding) can be secured to ensure Orchestrator's continued maintenance and development. We're open to discussing potential partnerships with organizations who might be interested in supporting this effort.
# orchestrator [[Documentation]](https://github.com/proxysql/orchestrator/tree/master/docs)
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The documentation link is hard-coded to https://github.com/proxysql/orchestrator/tree/master/docs. Consider switching this to a relative link (e.g., docs/ or /docs) so it keeps working on forks and doesn’t depend on the default branch name.

Suggested change
# orchestrator [[Documentation]](https://github.com/proxysql/orchestrator/tree/master/docs)
# orchestrator [[Documentation]](docs/)

Copilot uses AI. Check for mistakes.

>If you or your organization are willing to contribute resources or funding, please reach out to orchestrator@percona.com.


# orchestrator [[Documentation]](https://github.com/percona/orchestrator/tree/master/docs)


![Orchestrator logo](https://github.com/openark/orchestrator/raw/master/docs/images/orchestrator-logo-wide.png)
![Orchestrator logo](docs/images/orchestrator-logo-wide.png)

`orchestrator` is a MySQL high availability and replication management tool, runs as a service and provides command line access, HTTP API and Web interface. `orchestrator` supports:

Expand Down Expand Up @@ -64,14 +59,32 @@ recovery itself.
- There is also an [orchestrator-mysql](https://groups.google.com/forum/#!forum/orchestrator-mysql) Google groups forum to discuss topics related to orchestrator
- More...

Read the [Orchestrator documentation](https://github.com/openark/orchestrator/tree/master/docs)
Read the [Orchestrator documentation](https://github.com/proxysql/orchestrator/tree/master/docs)
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This second documentation link is also hard-coded to https://github.com/proxysql/orchestrator/tree/master/docs. Using a relative link (docs/ or /docs) would avoid future rebrand/branch churn and keep the link correct for forks and local renderers.

Copilot uses AI. Check for mistakes.

#### Future Vision

ProxySQL LLC is investing in orchestrator's long-term future:

- **ProxySQL-native integration** — tighter coupling between orchestrator's topology awareness and ProxySQL's query routing for seamless failover.
- **PostgreSQL exploration** — investigating replication management capabilities beyond MySQL.
- **Modernization** — updated dependencies, improved CI/CD, and a path toward a cleaner Go module structure.

#### History

Authored by [Shlomi Noach](https://github.com/shlomi-noach):

- 2020- as https://github.com/openark/orchestrator
- 2016-2020 at [GitHub](http://github.com) as https://github.com/github/orchestrator
- 2015 at [Booking.com](http://booking.com) as https://github.com/outbrain/orchestrator
- 2014 at [Outbrain](http://outbrain.com) as https://github.com/outbrain/orchestrator
- 2015 at [Booking.com](http://booking.com) as https://github.com/outbrain/orchestrator
- 2016-2020 at [GitHub](http://github.com) as https://github.com/github/orchestrator
Comment on lines 76 to +78
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The History section uses plain http:// links for Outbrain/Booking.com/GitHub. Please switch these to https:// to avoid mixed-content warnings and to follow modern security best practices.

Suggested change
- 2014 at [Outbrain](http://outbrain.com) as https://github.com/outbrain/orchestrator
- 2015 at [Booking.com](http://booking.com) as https://github.com/outbrain/orchestrator
- 2016-2020 at [GitHub](http://github.com) as https://github.com/github/orchestrator
- 2014 at [Outbrain](https://outbrain.com) as https://github.com/outbrain/orchestrator
- 2015 at [Booking.com](https://booking.com) as https://github.com/outbrain/orchestrator
- 2016-2020 at [GitHub](https://github.com) as https://github.com/github/orchestrator

Copilot uses AI. Check for mistakes.
- 2020-2024 as https://github.com/openark/orchestrator
- 2024-2025 maintained by [Percona](https://percona.com) as https://github.com/percona/orchestrator
- 2026-present maintained by [ProxySQL LLC](https://proxysql.com) as https://github.com/proxysql/orchestrator
Comment on lines +80 to +81
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The years listed for Percona (2024-2025) and ProxySQL LLC (2026-present) in the history section appear to be set in the future. This conflicts with the new banner at the top of the file stating that the project is currently 'Maintained by ProxySQL LLC'. This discrepancy could be confusing for users. Please align the dates in the history section with the current maintainership status.

Suggested change
- 2024-2025 maintained by [Percona](https://percona.com) as https://github.com/percona/orchestrator
- 2026-present maintained by [ProxySQL LLC](https://proxysql.com) as https://github.com/proxysql/orchestrator
- 2024 maintained by [Percona](https://percona.com) as https://github.com/percona/orchestrator
- 2024-present maintained by [ProxySQL LLC](https://proxysql.com) as https://github.com/proxysql/orchestrator


#### Community

- [CONTRIBUTING.md](CONTRIBUTING.md) — how to contribute
- [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) — community standards
- [SECURITY.md](SECURITY.md) — reporting security vulnerabilities
Comment on lines +83 to +87
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Community section links to CONTRIBUTING.md, CODE_OF_CONDUCT.md, and SECURITY.md at the repo root, but those files do not exist in this repository (only docs/contributions.md and docs/security.md are present). Please either add the referenced governance files in this PR, or update these links to point at the existing documents so the README doesn’t introduce broken links.

Copilot uses AI. Check for mistakes.

#### Related projects

Expand Down
Loading