Skip to content
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

Native ProxySQL Clustering #95

Open
MisterDuval opened this issue Nov 11, 2021 · 1 comment
Open

Native ProxySQL Clustering #95

MisterDuval opened this issue Nov 11, 2021 · 1 comment

Comments

@MisterDuval
Copy link

Hi, It could be awesome to implement proxySQL Cluster in the proxysql.cnf:

proxysql_servers =
(
  {
      hostname="172.16.0.101"
      port=6032
      weight=0
      comment="proxysql1"
  },
  {
      hostname="172.16.0.102"
      port=6032
      weight=0
      comment="proxysql2"
  }
)

In order to sync configuration, users, servers... between nodes.

https://proxysql.com/documentation/proxysql-cluster/

@sych74
Copy link
Collaborator

sych74 commented Nov 17, 2021

Thanks for the information. We’ll add clustering for the ProxySQL in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants