You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/faq.md
+2
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ We are open to alternative solutions (PRs are welcome) like using haproxy if the
14
14
15
15
Currently the proxy redirects all requests to the master. There is a [feature request](https://github.com/sorintlab/stolon/issues/132) for using the proxy also for standbys but it's low in the priority list.
16
16
17
+
There is a simple Python script that gets info about standbys from `stolonctl` and generates HAProxy config: [UnitedTraders/stolon-standby-haproxy](https://github.com/UnitedTraders/stolon-standby-haproxy).
18
+
17
19
If your application want to query the hot standbys, currently you can read the standby dbs and their status form the cluster data directly from the store (but be warned that this isn't meant to be stable).
18
20
19
21
## Why is shared storage and fencing not necessary with stolon?
0 commit comments