From 4346177102220899af765d9159d49e853c8c3d8d Mon Sep 17 00:00:00 2001 From: "Fly.io CI" Date: Wed, 12 Feb 2025 19:04:40 +0000 Subject: [PATCH] [flyctl-bot] Update docs from flyctl --- flyctl/cmd/fly_postgres_create.md | 40 ++++++++++++++++++------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/flyctl/cmd/fly_postgres_create.md b/flyctl/cmd/fly_postgres_create.md index 62828ce410..5dbc957b1c 100644 --- a/flyctl/cmd/fly_postgres_create.md +++ b/flyctl/cmd/fly_postgres_create.md @@ -9,23 +9,29 @@ fly postgres create [flags] ## Options ~~~ - --autostart Automatically start a stopped Postgres app when a network request is received - --consul-url string Opt into using an existing consul as the backend store by specifying the target consul url. - --detach Return immediately instead of monitoring deployment progress - --enable-backups Create a new tigris bucket and enable WAL-based backups - --flex Create a postgres cluster that's managed by Repmgr (default true) - --fork-from string Specify a source Postgres application to fork from. Format: or : - -h, --help help for create - --image-ref string Specify a non-default base image for the Postgres app - --initial-cluster-size int Initial cluster size - -n, --name string The name of your Postgres app - -o, --org string The target Fly.io organization - -p, --password string The superuser password. The password will be generated for you if you leave this blank - -r, --region string The target region (see 'flyctl platform regions') - --snapshot-id string Creates the volume with the contents of the snapshot - --stolon Create a postgres cluster that's managed by Stolon - --vm-size string the size of the VM - --volume-size int The volume size in GB + --autostart Automatically start a stopped Postgres app when a network request is received + --consul-url string Opt into using an existing consul as the backend store by specifying the target consul url. + --detach Return immediately instead of monitoring deployment progress + --enable-backups Create a new tigris bucket and enable WAL-based backups + --flex Create a postgres cluster that's managed by Repmgr (default true) + --fork-from string Specify a source Postgres application to fork from. Format: or : + -h, --help help for create + --host-dedication-id string The dedication id of the reserved hosts for your organization (if any) + --image-ref string Specify a non-default base image for the Postgres app + --initial-cluster-size int Initial cluster size + -n, --name string The name of your Postgres app + -o, --org string The target Fly.io organization + -p, --password string The superuser password. The password will be generated for you if you leave this blank + -r, --region string The target region (see 'flyctl platform regions') + --snapshot-id string Creates the volume with the contents of the snapshot + --stolon Create a postgres cluster that's managed by Stolon + --vm-cpu-kind string The kind of CPU to use ('shared' or 'performance') + --vm-cpus int Number of CPUs + --vm-gpu-kind string If set, the GPU model to attach (a100-pcie-40gb, a100-sxm4-80gb, l40s, a10, none) + --vm-gpus int Number of GPUs. Must also choose the GPU model with --vm-gpu-kind flag + --vm-memory string Memory (in megabytes) to attribute to the VM + --vm-size string The VM size to set machines to. See "fly platform vm-sizes" for valid values + --volume-size int The volume size in GB ~~~ ## Global Options