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: README.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,18 @@ This repo contains all the code and configuration necessary to run a [highly ava
4
4
5
5
6
6
## Getting started
7
-
8
-
To get started, run the following:
9
7
```bash
10
8
# Be sure you're running the latest version of flyctl.
11
9
fly version update
12
10
13
11
# Provision a 3 member cluster
14
-
fly pg create --name <app-name> --initial-cluster-size 3 --region ord --repmgr
12
+
fly pg create --name <app-name> --initial-cluster-size 3 --region ord --flex
15
13
```
16
14
17
15
## High Availability
18
-
To ensure High Availability, it's recommended that your cluster has at least 3 members.
16
+
For HA, it's recommended that you run at least 3 members.
19
17
20
-
Automatic failovers will only consider members residing within your primary region. The primary region is represented as an environment variable defined within the `fly.toml` file. That being said, if you're running a 3 member setup at least 2 of the members should reside within your primary region.
18
+
Automatic failovers will only consider members residing within your primary region. The primary region is represented as an environment variable defined within the `fly.toml` file. That being said, if you're running a 3 member setup at least 2 of your members should reside within your primary region.
0 commit comments