From ed50bc8a2665f04216a935a252d1dc672895a3da Mon Sep 17 00:00:00 2001 From: Miguel Jimenez Date: Mon, 10 Aug 2026 22:52:35 -0500 Subject: [PATCH 1/3] Add mpg availability to the regions reference --- mpg/create-and-connect.html.md | 2 +- mpg/index.html.md | 15 +------------ mpg/overview.html.md | 15 +------------ reference/regions.html.markerb | 41 +++++++++++++++++----------------- 4 files changed, 24 insertions(+), 49 deletions(-) diff --git a/mpg/create-and-connect.html.md b/mpg/create-and-connect.html.md index cccba3bbc8..2cd7bb5aec 100644 --- a/mpg/create-and-connect.html.md +++ b/mpg/create-and-connect.html.md @@ -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 diff --git a/mpg/index.html.md b/mpg/index.html.md index aca506eb52..9fe242128f 100644 --- a/mpg/index.html.md +++ b/mpg/index.html.md @@ -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` for the current list. We'll be rolling out more regions as soon as we can. Choose a region close to your application for optimal performance. diff --git a/mpg/overview.html.md b/mpg/overview.html.md index c7f70edd2c..e941b34785 100644 --- a/mpg/overview.html.md +++ b/mpg/overview.html.md @@ -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` for the current list. We'll be rolling out more regions as soon as we can. Choose a region close to your application for optimal performance. diff --git a/reference/regions.html.markerb b/reference/regions.html.markerb index da0c6c33d8..ba478923c6 100644 --- a/reference/regions.html.markerb +++ b/reference/regions.html.markerb @@ -18,28 +18,29 @@ Run fly platform regions 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 From 8bb4e7583d381f0c6422c0bc052b0cedf8941487 Mon Sep 17 00:00:00 2001 From: Miguel Jimenez Date: Tue, 11 Aug 2026 09:18:05 -0500 Subject: [PATCH 2/3] Update sentence to avoid implying that the docs are out of date Co-authored-by: Lillian <119946905+lillianberryfly@users.noreply.github.com> --- mpg/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpg/index.html.md b/mpg/index.html.md index 9fe242128f..f39a1755be 100644 --- a/mpg/index.html.md +++ b/mpg/index.html.md @@ -45,7 +45,7 @@ We're working on expanding these capabilities and will provide updates as they b ## Regions -See the [regions reference](/docs/reference/regions/) for where you can create a Managed Postgres cluster, or run `fly platform regions` for the current list. +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. From 12be5b5c77957f5fd2143a8d28fa0b85d9a042e8 Mon Sep 17 00:00:00 2001 From: Miguel Jimenez Date: Tue, 11 Aug 2026 09:20:32 -0500 Subject: [PATCH 3/3] Update sentence to avoid implying that the docs are out of date --- mpg/overview.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpg/overview.html.md b/mpg/overview.html.md index e941b34785..a780027992 100644 --- a/mpg/overview.html.md +++ b/mpg/overview.html.md @@ -104,7 +104,7 @@ This command is useful when you want to connect to your database from your local ## Regions -See the [regions reference](/docs/reference/regions/) for where you can create a Managed Postgres cluster, or run `fly platform regions` for the current list. +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.