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: mpg/overview.html.md
+11-12
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,14 @@ We're working on expanding these capabilities and will provide updates as they b
34
34
35
35
## Creating a Managed Postgres Instance
36
36
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.
38
38
39
-
During creation, you'll be prompted to choose:
39
+
You'll be prompted to choose:
40
40
41
41
- Cluster name
42
42
- Region
43
-
- Hardware resources (CPU, RAM, storage)
43
+
- A plan with predefined hardware resources (CPU, Memory)
44
+
- Storage size
44
45
45
46
<div>
46
47
<img src="/static/images/create-mpg.webp" alt="A screenshot of the Managed Postgres creation page.">
@@ -83,14 +84,6 @@ fly mpg proxy [flags]
83
84
84
85
This command is useful when you want to connect to your database from your local machine using tools other than psql.
85
86
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
-
94
87
## Regions
95
88
96
89
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
99
92
100
93
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**.
101
94
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