Create a PostgreSQL connection pool

Configure PGBouncer connection pool settings, using our partner Aiven's specification. You can only create a connection pool on an active cluster in an existing PostgreSQL Managed Database. Run the List PostgreSQL Managed Databases operation, locate the desired database, and verify its status is active. Then store both its id, as your postgresqlInstanceId, and its label.

​​​​​

databases:read_write

<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>
linode-cli databases postgresql-conn-pool-create \
  --database PostgreSQL-DB-video-streaming-data
  --mode session
  --label Connection-Pool-01 \
  --size 10 \
  --username john-doe

<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
Language
Credentials
Click Try It! to start a request and see the response here!