fly postgres config update

Update Postgres configuration.

Usage

fly postgres config update [flags]

Options

-a,  --app                          Application name 
     --auto-confirm                 Accept all confirmations 
-c,  --config                       Path to application configuration file 
     --detach                       Return immediately instead of monitoring deployment progress 
     --force                        Skips pg-setting value verification. 
     --log-min-duration-statement   Sets the minimum execution time above which all statements will be logged. (ms) 
     --log-statement                Sets the type of statements logged. (none, ddl, mod, all) 
     --maintenance-work-mem         Sets the maximum amount of memory used for maintenance operations like ALTER TABLE, CREATE INDEX, and VACUUM 
     --max-connections              Sets the maximum number of concurrent connections. 
     --max-replication-slots        Specifies the maximum number of replication slots. This should typically match max_wal_senders. 
     --max-wal-senders              Maximum number of concurrent connections from standby servers or streaming backup clients. (0 disables replication) 
     --shared-buffers               Sets the amount of memory the database server uses for shared memory buffers 
     --shared-preload-libraries     Sets the shared libraries to preload. (comma separated string) 
     --wal-level                    Sets the level of information written to the WAL. (minimal, replica, logical). 
     --work-mem                     Sets the maximum amount of memory each Postgres query can use 
-y,  --yes                          Accept all confirmations 

Global Options

  -t, --access-token string   Fly API Access Token
      --debug                 Print additional logs and traces
      --verbose               Verbose output