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: docs/admin/high-availability.md
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ workspace <-> coder and user <-> coder connections.
15
15
16
16
## Setup
17
17
18
+
> We're stress testing High Availability this week before we enable it by default. To try HA beforehand, set `CODER_EXPERIMENTAL=true` for the Coder server as well as the additional configuration options below.
19
+
18
20
Coder automatically enters HA mode when multiple instances simultaneously connect
19
21
to the same Postgres endpoint.
20
22
@@ -28,32 +30,31 @@ embedded relay (default). If you're using [custom relays](../networking.md#custo
28
30
29
31
Here's an example 3-node network configuration setup:
30
32
31
-
| Name |`CODER_ADDRESS`|`CODER_DERP_SERVER_RELAY_URL`|`CODER_ACCESS_URL`|
0 commit comments