mkdir -p ~/go
export GOPATH=~/go
go get github.com/signal18/replication-manager
go install github.com/signal18/replication-manager
export PATH=$PATH:~/go/bin
make bin
It is possible to disable features via the following tags
Flags | Value |
---|---|
WithProvisioning | ON/OFF |
WithArbitration | ON/OFF |
WithArbitrationClient | ON/OFF |
WithProxysql | ON/OFF |
WithHaproxy | ON/OFF |
WithMaxscale | ON/OFF |
WithMariadbshardproxy | ON/OFF |
WithMonitoring | ON/OFF |
WithMail | ON/OFF |
WithHttp | ON/OFF |
WithSpider | ON/OFF |
WithEnforce | ON/OFF |
WithDeprecate | ON/OFF |
WithTargz | ON/OFF |