From 163b6321af13734d211ccef336c4ed7503f2ff3d Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 12 Jan 2023 05:54:24 +0000 Subject: [PATCH] docs: HA is not experimental (fix) --- docs/admin/high-availability.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/admin/high-availability.md b/docs/admin/high-availability.md index 04728188a9e79..b617b6e10ab52 100644 --- a/docs/admin/high-availability.md +++ b/docs/admin/high-availability.md @@ -15,8 +15,6 @@ workspace <-> Coder and user <-> Coder connections. ## Setup -> 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. - Coder automatically enters HA mode when multiple instances simultaneously connect to the same Postgres endpoint.