From e89dff4beca8b395b40a05b27aecaa5b30f21dde Mon Sep 17 00:00:00 2001 From: "docs-syncer[bot]" <134718678+docs-syncer[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 19:06:21 +0000 Subject: [PATCH] [flyctl-bot] Update docs from flyctl --- flyctl/cmd/fly_mpg_create.md | 1 + 1 file changed, 1 insertion(+) diff --git a/flyctl/cmd/fly_mpg_create.md b/flyctl/cmd/fly_mpg_create.md index 22505d931c..8c79c8aa44 100644 --- a/flyctl/cmd/fly_mpg_create.md +++ b/flyctl/cmd/fly_mpg_create.md @@ -13,6 +13,7 @@ fly mpg create [flags] -h, --help help for create -n, --name string The name of your Postgres cluster -o, --org string The target Fly.io organization + --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 (development, production, etc) -r, --region string The target region (see 'flyctl platform regions') --volume-size int The volume size in GB (default 10)