Control shard rollout concurrency per keyspace
You can now control how many shards in a Vitess keyspace PlanetScale updates concurrently during a configuration rollout.
You can now control how many shards in a Vitess keyspace PlanetScale updates concurrently during a configuration rollout.
You can now run Vitess MoveTables workflows from pscale with pscale branch vtctld move-tables. Use it to copy tables between keyspaces, watch copy and traffic state, switch replica then primary traffic, and complete or cancel the workflow.
We're introducing TIN, a full-featured, highly performant full-text search extension for Postgres.
You can now turn a Vitess keyspace's tablet throttler on or off, and set the replication lag threshold.
Neki, our sharded Postgres product, is now available in platform preview.Neki is horizontally sharded Postgres built to solve the problems that come with large scale. Every shard is real Postgres, and Neki handles routing, resharding, online schema changes, and version upgrades, all with a single connection string.
PlanetScale Managed has been issued an updated PCI Attestation of Compliance (AoC) and Report on Compliance (RoC), re-certifying our compliance with the PCI Data Security Standard v4.0.1 as a Level 1 Service Provider.
You can now set an Authorization header on webhooks. Pass the full value, scheme included, like Bearer . PlanetScale sends it unchanged with every delivery.
Postgres instance, storage, and PgBouncer graphs now live on their own tabs with shareable URLs.
Organization administrators can now enable and manage SSO from the CLI with pscale org sso.
We've added backup.succeeded and backup.failed webhook events. You'll get notified when a backup finishes, whether it worked or not. These work for both Vitess and Postgres databases.
You can now create a PostgreSQL branch restored to a point-in-time timestamp with --restore-point. Pass --restore for a specific backup, or --from so the CLI can look up a backup that covers that time.pscale branch create --from --restore-point 2026-08-01T00:00:00Z
After starting a switchover, you can now list switchovers for a branch and show one by ID.pscale branch switchover list
You can now show a single service token by ID.pscale service-token show
You can now list the regions available to a database, and list configured Vitess read-only regions for the database's default branch.pscale database regions list
You can now update a backup's protected status from the CLI. Protected backups cannot be deleted until protection is turned off.pscale backup update --protected
pscale metrics now has dedicated commands for query-pattern series, table storage, tablet series, and tag sets.
You can now fetch one schema recommendation, including the full ready-to-apply DDL, with pscale insights recommendations show.pscale insights recommendations
You can now show one query execution, summarize a query fingerprint, and list the traffic budgets that affect it.pscale insights queries samples --keyspace
You can now list organization invoices, show one invoice, and list its line items from the CLI. List commands are paginated.pscale billing invoice list --org
You can now update organization billing and role settings from the CLI, and manage teams and team members.pscale org update --org --billing-email billing@example.com
The PlanetScale MCP server can now read query tags from Insights, so you can ask which part of your application is behind your database load instead of only which query.
The PlanetScale MCP server can now pull query errors from Insights to help debug failing queries.
You can now update the card on file for your organization from the CLI and the MCP server. Both send you to Stripe Checkout in a browser. We never collect the card number.
The PlanetScale MCP server has a new tool: planetscale_get_postgres_logs. It pulls server logs for a Postgres branch straight into your AI assistant, so you can dig into what your database was doing without leaving your editor.
We've published a public, read-only Postgres database of PlanetScale cluster prices. You and your agent can now look up live SKUs, regions, and monthly rates with SQL instead of reading the calculator by hand.
You can now inspect and manage active Postgres and Vitess connections from the PlanetScale dashboard. Open a database and select Connections to see live sessions, queries, states, durations, and connection details.
We've added a Prefer instant setting for Vitess databases. Admins can turn it on to default the deploy button to Deploy changes instantly when that option is available.
You can now view and change aggressive cutover for a Vitess database from the CLI. This is the default for future deploy requests, not a single migration that is already delayed.pscale database aggressive-cutover show
The new pscale branch update command renames a branch and toggles its deletion protection. Only the flags you pass are sent.pscale branch update --new-name trunk
You can now list the extensions available on a Postgres branch's cluster image from the CLI.pscale branch extensions list