@@ -9,23 +9,29 @@ fly postgres create [flags]
99## Options
1010
1111~~~
12- --autostart Automatically start a stopped Postgres app when a network request is received
13- --consul-url string Opt into using an existing consul as the backend store by specifying the target consul url.
14- --detach Return immediately instead of monitoring deployment progress
15- --enable-backups Create a new tigris bucket and enable WAL-based backups
16- --flex Create a postgres cluster that's managed by Repmgr (default true)
17- --fork-from string Specify a source Postgres application to fork from. Format: <app-name> or <app-name>:<volume-id>
18- -h, --help help for create
19- --image-ref string Specify a non-default base image for the Postgres app
20- --initial-cluster-size int Initial cluster size
21- -n, --name string The name of your Postgres app
22- -o, --org string The target Fly.io organization
23- -p, --password string The superuser password. The password will be generated for you if you leave this blank
24- -r, --region string The target region (see 'flyctl platform regions')
25- --snapshot-id string Creates the volume with the contents of the snapshot
26- --stolon Create a postgres cluster that's managed by Stolon
27- --vm-size string the size of the VM
28- --volume-size int The volume size in GB
12+ --autostart Automatically start a stopped Postgres app when a network request is received
13+ --consul-url string Opt into using an existing consul as the backend store by specifying the target consul url.
14+ --detach Return immediately instead of monitoring deployment progress
15+ --enable-backups Create a new tigris bucket and enable WAL-based backups
16+ --flex Create a postgres cluster that's managed by Repmgr (default true)
17+ --fork-from string Specify a source Postgres application to fork from. Format: <app-name> or <app-name>:<volume-id>
18+ -h, --help help for create
19+ --host-dedication-id string The dedication id of the reserved hosts for your organization (if any)
20+ --image-ref string Specify a non-default base image for the Postgres app
21+ --initial-cluster-size int Initial cluster size
22+ -n, --name string The name of your Postgres app
23+ -o, --org string The target Fly.io organization
24+ -p, --password string The superuser password. The password will be generated for you if you leave this blank
25+ -r, --region string The target region (see 'flyctl platform regions')
26+ --snapshot-id string Creates the volume with the contents of the snapshot
27+ --stolon Create a postgres cluster that's managed by Stolon
28+ --vm-cpu-kind string The kind of CPU to use ('shared' or 'performance')
29+ --vm-cpus int Number of CPUs
30+ --vm-gpu-kind string If set, the GPU model to attach (a100-pcie-40gb, a100-sxm4-80gb, l40s, a10, none)
31+ --vm-gpus int Number of GPUs. Must also choose the GPU model with --vm-gpu-kind flag
32+ --vm-memory string Memory (in megabytes) to attribute to the VM
33+ --vm-size string The VM size to set machines to. See "fly platform vm-sizes" for valid values
34+ --volume-size int The volume size in GB
2935~~~
3036
3137## Global Options
0 commit comments