Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Platform] Enhancement request for yb-admin list_snapshots and list_snapshot_schedules #9147

Open
mheer9 opened this issue Jun 30, 2021 · 1 comment
Labels
area/platform Yugabyte Platform

Comments

@mheer9
Copy link

mheer9 commented Jun 30, 2021

Description:
Currently to find the right snapshot needs two steps:

  1. yb-admin list_snapshots show_details

... to get the snapshot for the namespace you want (I am assuming here that we do support snapshot schedules for more than one keyspace simultaneously).
... this output is going to be large as every table in the namespace is listed for each snapshot

  1. yb-admin list_snapshot_schedules
    ... to cross reference the possible snapshot ids from 1 with their times.

Infrastructure: ALL

Feature Request:
The process of finding the right snapshot to restore needs to be streamlined - especially as this is a super critical activity, likely done at a time of stress for the admin and with major consequences if not done correctly.

Can we extend either:
1 to include the datetime of the snapshot; or
2 to include the namespace

(At the moment, with limited experience, I think 2 is sufficient).

@karlfunk-ydb
Copy link

I updated to remove hashes in the text, which zendesk was ok with but git uses as links..

@rthallamko3 rthallamko3 added the area/platform Yugabyte Platform label Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/platform Yugabyte Platform
Projects
None yet
Development

No branches or pull requests

3 participants