[MDEV-28026] Replication through proxy Created: 2022-03-08 Updated: 2022-03-09 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | RK | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | proxy, replication | ||
| Description |
|
I have a standard master-slave replication for MariaDB to sync one database (master) to multiple slaves. One of the slaves lives behind a proxy, so I need to proxy the replication request to the proxy and from the proxy to the master. The proxy only supports port 80 or 443. Can I use the proxy_protocol_networks parameter to proxy the requests? Can I proxy replications requests? Example:
slave:3307 ---> proxy:80/443 ----> master:3306 |