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

ctlv2: backup --with-v3 #8479

Merged
merged 3 commits into from
Sep 5, 2017
Merged

Commits on Sep 1, 2017

  1. ctlv2: save v3 db with v2 data using --with-v3

    Also strips out v3 data if not given --with-v3.
    Anthony Romano committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    9f7375c View commit details
    Browse the repository at this point in the history
  2. e2e: launch etcdctl with api=3 when calling etcdctl3

    Setting the ETCDCTL_API=3, then calling etcdctl was unwieldy and not
    thread safe; all ctl v3 tests had to go through the ctlv3 wrapper and
    could not easily mix with v2 commands.
    Anthony Romano committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    b702632 View commit details
    Browse the repository at this point in the history
  3. e2e: test etcdctl backup saves v3 db

    Anthony Romano committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    079d578 View commit details
    Browse the repository at this point in the history