flyctl postgres create
Create a postgres cluster
Usage
flyctl postgres create [flags]
Options
-h, --help help for create
--initial-cluster-size string the size of the initial postgres cluster
--name string the name of the new app
--organization string the organization that will own the app
--password string the superuser password. one will be generated for you if you leave this blank
--region string the region to launch the new app in
--snapshot-id string Creates the volume with the contents of the snapshot
--vm-size string the size of the VM
--volume-size string the size in GB for volumes
Global Options
-t, --access-token string Fly API Access Token
-j, --json json output
--verbose verbose output
See Also
- flyctl postgres - Manage postgres clusters