Skip to content

Minor MPG tweaks #1956

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 26, 2025
Merged
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
23 changes: 11 additions & 12 deletions mpg/overview.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
toc: false
---

<div class="important icon">Managed Postgres is currently in Technical Preview. To request access, please contact <a href="mailto:[email protected]">[email protected]</a></div>

Check failure on line 8 in mpg/overview.html.md

View workflow job for this annotation

GitHub Actions / Vale linter

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'Fly.io' instead of 'fly.io'. Raw Output: {"message": "[Vale.Terms] Use 'Fly.io' instead of 'fly.io'.", "location": {"path": "mpg/overview.html.md", "range": {"start": {"line": 8, "column": 149}}}, "severity": "ERROR"}

## What is Managed Postgres?

Expand Down Expand Up @@ -34,13 +34,14 @@

## Creating a Managed Postgres Instance

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

During creation, you'll be prompted to choose:
You'll be prompted to choose:

- Cluster name
- Region
- Hardware resources (CPU, RAM, storage)
- A plan with predefined hardware resources (CPU, Memory)
- Storage size

<div>
<img src="/static/images/create-mpg.webp" alt="A screenshot of the Managed Postgres creation page.">
Expand Down Expand Up @@ -83,14 +84,6 @@

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

## Pricing

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

The price of running Fly.io Managed Postgres depends on the CPU/Memory configuration you choose and the region in which you're deploying.

Database storage is priced at $0.30 per GB for a 30-day month, with each node (primary + each replica) incurring its own cost.

## Regions

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.
Expand All @@ -99,4 +92,10 @@

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

Storage is priced at **$0.30 per GB for a 30-day month**, and each node (primary + each replica) will have its own cost.
## Pricing

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

The price of running Fly.io Managed Postgres depends on the CPU/Memory configuration you choose and the region in which you're deploying.

Database storage is priced at **$0.30 per GB for a 30-day month**, with each node (primary + replica) incurring its own cost.
Loading