orchestrator is a MySQL high availability and replication management tool, runs as a service and provides command line access, HTTP API and Web interface.
It requires its own MySQL database as a backend server to store all information related to the Orchestrator managed database cluster topologies.
Orchestrator only needs a MySQL user with limited privileges (SUPER, PROCESS, REPLICATION SLAVE, RELOAD) to connect to the database servers.
Key Features
- Discovery – actively crawls through your topologies and maps them. It reads basic MySQL info such as replication status and configuration.
- Refactoring – understands replication rules. It knows about binlog file:position, GTID, Pseudo GTID, Binlog Servers.
- Recovery – uses a holistic approach to detect master and intermediate master failures. Based on information gained from the topology itself, it recognizes a variety of failure scenarios.
- Interface that supports:
- Command line interface.
- Web API (HTTP GET access).
- Web interface.
- Topology and status of the replication tree is automatically detected and monitored
- Highly available.
- Supports many different types of topologies, from a single master -> slave to complex multi-layered replication trees consisting of hundreds of servers
- Controlled master takeovers.
- Supports automatic failover of the master, and the replication tree can be fixed when servers in the tree fail – either manually or automatically.
- Manual failovers.
- Failover auditing.
- Audited operations.
- Pseudo-GTID.
- Datacenter/physical location awareness.
- MySQL-Pool association.
- HTTP security/authentication methods.
- An orchestrator-mysql Google groups forum to discuss topics related to orchestrator.
Website: github.com/openark/orchestrator
Support: Documentation
Developer: Shlomi Noach and many contributors
License: Apache License 2.0

orchestrator is written in Go. Learn Go with our recommended free books and free tutorials.
Related Software
| MySQL Tools | |
|---|---|
| DBeaver | Universal database tool |
| phpMyAdmin | MySQL web administration tool |
| NocoDB | Build databases as spreadsheets |
| MySQL Workbench | Complete visual database design tool |
| mycli | Command line interface for MySQL, MariaDB, and Percona |
| gh-ost | GitHub's Online Schema Migrations for MySQL |
| Beekeeper Studio | Cross-platform SQL editor and database manager |
| usql | Command-line database client |
| sqlit | lazygit of SQL databases |
| Harlequin | Easy, fast, and beautiful database client for the terminal |
| DbGate | Database manager for MySQL, PostgreSQL, MongoDB |
| Percona Toolkit | Essential command-line utilities for MySQL |
| SQuirreL SQL Client | Graphical SQL client written in Java |
| Adminer | Full-featured tool for managing content in MySQL database |
| dblab | Interactive client for PostgreSQL, MySQL, SQLite3, and more |
| Antares | SQL client based on Electron.js and Vue.js |
| XtraBackup | Backup utility for MySQL |
| innotop | Real-time, advanced investigation tool |
| SQLCheck | Detects common SQL anti-patterns |
| Skeema | Manage MySQL and MariaDB schema changes |
| Sequeler | Native Linux SQL client built in Vala and Gtk |
| orchestrator | High availability and replication management tool |
| OmniDB | Collaborative environment For database management |
Read our verdict in the software roundup.
Explore our carefully curated directory of recommended free and open source software, covering every major software category.The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more. Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form. |


Please read our Comment Policy before commenting.