Skip to content

Commit b0a9be5

Browse files
authored
Update README.md
1 parent 83f265e commit b0a9be5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,18 @@ This repo contains all the code and configuration necessary to run a [highly ava
44

55

66
## Getting started
7-
8-
To get started, run the following:
97
```bash
108
# Be sure you're running the latest version of flyctl.
119
fly version update
1210

1311
# 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
1513
```
1614

1715
## 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.
1917

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.
2119

2220
## Horizontal scaling
2321
Use the clone command to scale up your cluster.

0 commit comments

Comments
 (0)