Skip to content

Commit d205ff3

Browse files
authored
minor MPG tweaks (#1956)
1 parent 43e1355 commit d205ff3

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

mpg/overview.html.md

+11-12
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,14 @@ We're working on expanding these capabilities and will provide updates as they b
3434

3535
## Creating a Managed Postgres Instance
3636

37-
To create a new Managed Postgres instance, visit your Fly dashboard and click the "Create Database" button in the Managed Postgres section.
37+
To create a new Managed Postgres cluster, visit your Fly.io dashboard and click the "Create new cluster" button in the Managed Postgres section.
3838

39-
During creation, you'll be prompted to choose:
39+
You'll be prompted to choose:
4040

4141
- Cluster name
4242
- Region
43-
- Hardware resources (CPU, RAM, storage)
43+
- A plan with predefined hardware resources (CPU, Memory)
44+
- Storage size
4445

4546
<div>
4647
<img src="/static/images/create-mpg.webp" alt="A screenshot of the Managed Postgres creation page.">
@@ -83,14 +84,6 @@ fly mpg proxy [flags]
8384

8485
This command is useful when you want to connect to your database from your local machine using tools other than psql.
8586

86-
## Pricing
87-
88-
Currently, everyone with access to the Technical Preview has been given credits sufficient for two full months' worth of use of the "Launch" plan ($282/month).
89-
90-
The price of running Fly.io Managed Postgres depends on the CPU/Memory configuration you choose and the region in which you're deploying.
91-
92-
Database storage is priced at $0.30 per GB for a 30-day month, with each node (primary + each replica) incurring its own cost.
93-
9487
## Regions
9588

9689
The current regions available for deploying Fly.io Managed Postgres are fra, gru, iad, lax, ord, and syd. We'll be rolling out more regions as soon as we can.
@@ -99,4 +92,10 @@ The current regions available for deploying Fly.io Managed Postgres are fra, gru
9992

10093
Our Managed Postgres comes with an auto-grow disk, so you don't have to worry about manually scaling your storage. Storage grows automatically with your data, with an upper limit of **1 TB**. When you create a cluster, the maximum storage size you can set is **500 GB**.
10194

102-
Storage is priced at **$0.30 per GB for a 30-day month**, and each node (primary + each replica) will have its own cost.
95+
## Pricing
96+
97+
Currently, everyone with access to the Technical Preview has been given credits sufficient for two full months' worth of use of the "Launch" plan ($282/month).
98+
99+
The price of running Fly.io Managed Postgres depends on the CPU/Memory configuration you choose and the region in which you're deploying.
100+
101+
Database storage is priced at **$0.30 per GB for a 30-day month**, with each node (primary + replica) incurring its own cost.

0 commit comments

Comments
 (0)