Modifies existing connection pool settings for a Vultr database instance, including pool size and configuration parameters.
The vultr-cli database connection-pool update command modifies existing connection pool settings for a Vultr managed database, allowing you to adjust pool size and other configuration parameters.
$ vultr-cli database connection-pool update <Database ID> <Pool Name> [flags]
| Shorthand | Long Version | Description |
|---|---|---|
| -d | --database | database for the managed database connection pool |
| -m | --mode | mode for the managed database connection pool |
| -s | --size | size for the managed database connection pool |
| -u | --username | username for the managed database connection pool |