You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the list_snapshots yb-admin command only prints the snapshot id and the state of the snapshot. It should also print more information such as the time of the snapshot. This is already tracked and filled for every snapshot in its state structure [see snapshot_state.cc]. We just need to expose it.