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

etcdctl: Add --wal-dir and --backup-wal-dir options to backup command. #5312

Merged
merged 1 commit into from
May 11, 2016
Merged

etcdctl: Add --wal-dir and --backup-wal-dir options to backup command. #5312

merged 1 commit into from
May 11, 2016

Conversation

ajityagaty
Copy link
Contributor

If the WAL is stored in a separate directory then the backup command
would need a --wal-dir option to pick the path to the WAL directory.
The user might also want to store the backup of data and wal separately
for which --backup-wal-dir option is provided.

Fixes #5258

If the WAL is stored in a separate directory then the backup command
would need a --wal-dir option to pick the path to the WAL directory.
The user might also want to store the backup of data and wal separately
for which --backup-wal-dir option is provided.
@xiang90
Copy link
Contributor

xiang90 commented May 11, 2016

LGTM. Thanks!

/cc @gyuho

@gyuho
Copy link
Contributor

gyuho commented May 11, 2016

great. Thanks!

LGTM.

@xiang90 xiang90 merged commit 62d4c6d into etcd-io:master May 11, 2016
@ajityagaty ajityagaty deleted the backup branch May 11, 2016 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants