planetscale / cli

The CLI for PlanetScale Database
https://planetscale.com/cli
Apache License 2.0
603 stars 52 forks source link

`pscale database dump`: support shard targeting #895

Closed nickvanw closed 1 month ago

nickvanw commented 1 month ago

This allows one to pass --shard as well as --keyspace to support dumping from a single shard.

Note that this does not validate the shard exists; if an invalid keyspace is passed it will not dump any data.