Manage dedicated PgBouncers from the CLI
The new pscale pgbouncer command lets you manage dedicated PgBouncers for Postgres branches. Create, list, resize, and delete poolers straight from the CLI.
pscale pgbouncer list <database> <branch> pscale pgbouncer create <database> <branch> --target replica --size PGB_10 pscale pgbouncer show <database> <branch> <name> pscale pgbouncer resize <database> <branch> <name> --size PGB_20 pscale pgbouncer resize status <database> <branch> <name> pscale pgbouncer resize cancel <database> <branch> <name> pscale pgbouncer delete <database> <branch> <name>