demo: provide a command in 'cockroach demo' to persist the data #39505
Labels
A-cli-client
CLI commands that pertain to using SQL features
A-cli-server
CLI commands that pertain to CockroachDB server processes
A-demo
C-wishlist
A wishlist feature.
While experimenting with
cockroach demo
it's possible that a sequence of interactive commands has placed the data in an "interesting state" that wants further investigation, but the precise list of steps to arrive there is unclear.It would be desirable to be able to issue a simple command that makes the
cockroach demo
persistent.This is currently already possible using the following (more complex) sequence of steps:
select address from crdb_internal.gossip_nodes
to find the node address of the demo session--join
and the address given at 1It would be nice if these steps could be automated somehow.
Jira issue: CRDB-6344
The text was updated successfully, but these errors were encountered: