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

add init -reconfigure flag #13825

Merged
merged 3 commits into from Apr 21, 2017
Merged

add init -reconfigure flag #13825

merged 3 commits into from Apr 21, 2017

Commits on Apr 20, 2017

  1. add -reconfigure option for init

    The reconfigure flag will force init to ignore any saved backend state.
    This is useful when a user does not want any backend migration to
    happen, or if the saved configuration can't be loaded at all for some
    reason.
    jbardin committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    7aa2ce8 View commit details
    Browse the repository at this point in the history
  2. add init -reconfigure test

    Check that we can reconfigure a backend ignoring the saved config, and
    without effecting the saved backend.
    jbardin committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    0e0f0b6 View commit details
    Browse the repository at this point in the history
  3. update init docs

    add -reconfigure, and fix ordering of the other flags
    jbardin committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    bb6ef3f View commit details
    Browse the repository at this point in the history