Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mpg/create-and-connect.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ date: 2025-07-11
You'll be prompted to set your clusters:

- Cluster name (must be unique within your organization)
- Region (see [available MPG regions](/docs/mpg/overview/#regions))
- Region (see [available MPG regions](/docs/reference/regions/))
- A plan with predefined hardware resources:
- Basic: 2 shared vCPUs, 1GB RAM
- Starter: 2 shared vCPUs, 2GB RAM
Expand Down
15 changes: 1 addition & 14 deletions mpg/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,7 @@ We're working on expanding these capabilities and will provide updates as they b

## Regions

The current regions available for deploying Fly.io Managed Postgres are:

- `ams` - Amsterdam, Netherlands
- `fra` - Frankfurt, Germany
- `gru` - São Paulo, Brazil
- `iad` - Ashburn, Virginia, USA
- `lax` - Los Angeles, California, USA
- `lhr` - London, United Kingdom
- `nrt` - Tokyo, Japan
- `ord` - Chicago, Illinois, USA
- `sin` - Singapore
- `sjc` - San Jose, California, USA
- `syd` - Sydney, Australia
- `yyz` - Toronto, Canada
See the [regions reference](/docs/reference/regions/) for where you can create a Managed Postgres cluster, or run `fly platform regions`.

We'll be rolling out more regions as soon as we can. Choose a region close to your application for optimal performance.

Expand Down
15 changes: 1 addition & 14 deletions mpg/overview.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,20 +104,7 @@ This command is useful when you want to connect to your database from your local

## Regions

The current regions available for deploying Fly.io Managed Postgres are:

- `ams` - Amsterdam, Netherlands
- `fra` - Frankfurt, Germany
- `gru` - São Paulo, Brazil
- `iad` - Ashburn, Virginia, USA
- `lax` - Los Angeles, California, USA
- `lhr` - London, United Kingdom
- `nrt` - Tokyo, Japan
- `ord` - Chicago, Illinois, USA
- `sin` - Singapore
- `sjc` - San Jose, California, USA
- `syd` - Sydney, Australia
- `yyz` - Toronto, Canada
See the [regions reference](/docs/reference/regions/) for where you can create a Managed Postgres cluster, or run `fly platform regions`.

We'll be rolling out more regions as soon as we can. Choose a region close to your application for optimal performance.

Expand Down
41 changes: 21 additions & 20 deletions reference/regions.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,29 @@ Run <code>fly platform regions</code> to get a list of regions.

You can host your apps in any of the following regions.

| Region ID | Region Location | Gateway |
|-----------|-------------------------------|-------------|
| ams | Amsterdam, Netherlands | ✓ |
| arn | Stockholm, Sweden | ✓ |
| bom | Mumbai, India | ✓ |
| cdg | Paris, France | ✓ |
| dfw | Dallas, Texas (US) | ✓ |
| ewr | Secaucus, NJ (US) | ✓ |
| fra | Frankfurt, Germany | ✓ |
| gru | Sao Paulo, Brazil | |
| iad | Ashburn, Virginia (US) | ✓ |
| jnb | Johannesburg, South Africa | |
| lax | Los Angeles, California (US) | ✓ |
| lhr | London, United Kingdom | ✓ |
| nrt | Tokyo, Japan | ✓ |
| ord | Chicago, Illinois (US) | ✓ |
| sin | Singapore, Singapore | ✓ |
| sjc | San Jose, California (US) | ✓ |
| syd | Sydney, Australia | ✓ |
| yyz | Toronto, Canada | ✓ |
| Region ID | Region Location | Gateway | MPG |
|-----------|-------------------------------|-------------|-------------|
| ams | Amsterdam, Netherlands | ✓ | ✓ |
| arn | Stockholm, Sweden | ✓ | |
| bom | Mumbai, India | ✓ | |
| cdg | Paris, France | ✓ | |
| dfw | Dallas, Texas (US) | ✓ | ✓ |
| ewr | Secaucus, NJ (US) | ✓ | |
| fra | Frankfurt, Germany | ✓ | ✓ |
| gru | Sao Paulo, Brazil | | ✓ |
| iad | Ashburn, Virginia (US) | ✓ | ✓ |
| jnb | Johannesburg, South Africa | | |
| lax | Los Angeles, California (US) | ✓ | ✓ |
| lhr | London, United Kingdom | ✓ | ✓ |
| nrt | Tokyo, Japan | ✓ | ✓ |
| ord | Chicago, Illinois (US) | ✓ | ✓ |
| sin | Singapore, Singapore | ✓ | ✓ |
| sjc | San Jose, California (US) | ✓ | ✓ |
| syd | Sydney, Australia | ✓ | ✓ |
| yyz | Toronto, Canada | ✓ | ✓ |

- **Gateway regions:** "Gateway" regions also have WireGuard gateways, through which you connect to your organization's private network.
- **MPG regions:** "MPG" regions can host [Managed Postgres](/docs/mpg/) clusters.

## Discovering your app's region

Expand Down
Loading