Skip to content

Commit 8e84a08

Browse files
docs-syncer[bot]Fly.io CI
andauthored
[flyctl-bot] Update docs from flyctl (#1941)
Co-authored-by: Fly.io CI <joshua@fly.io>
1 parent 9900c7c commit 8e84a08

File tree

1 file changed

+23
-17
lines changed

1 file changed

+23
-17
lines changed

flyctl/cmd/fly_postgres_create.md

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)