P

PlanetScale Changelog

P
PlanetScale Changelog Database

Run Vitess MoveTables from the pscale CLI

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.

P
PlanetScale Changelog Database

Neki is now available in platform preview

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.

P
PlanetScale Changelog Database

2026 PCI DSS reporting now available

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.

P
PlanetScale Changelog Database

Create a Postgres branch from a restore point

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

P
PlanetScale Changelog Database

MCP server: Fetch Postgres server logs

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.

P
PlanetScale Changelog Database

Query PlanetScale pricing with SQL

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.