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 flyctl/cmd/fly_mpg.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Manage Managed Postgres clusters.

## Usage
~~~
fly mpg [flags]
fly mpg [command] [flags]
~~~

## Available Commands
Expand Down
1 change: 1 addition & 0 deletions flyctl/cmd/fly_mpg_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ fly mpg create [flags]
--pg-major-version int The major version of Postgres to use for the Postgres cluster. Supported versions are 16 and 17. (default 16)
--plan string The plan to use for the Postgres cluster: Basic, Starter, Launch, Scale, Performance
-r, --region string The target region (see 'flyctl platform regions')
--v2 Create a Postgres cluster deployed on the V2 platform
--volume-size int The volume size in GB (default 10)
~~~

Expand Down
Loading