Skip to content

Fix migrating away from raft storage#8485

Merged
briankassouf merged 1 commit into
masterfrom
raft-migrate-away
Mar 6, 2020
Merged

Fix migrating away from raft storage#8485
briankassouf merged 1 commit into
masterfrom
raft-migrate-away

Conversation

@briankassouf
Copy link
Copy Markdown
Contributor

% cat migrate.hcl
storage_source "raft" {
  path = "/Users/brian/vault-raft/"
  node_id = "node2"
}

storage_destination "consul" {
  address = "127.0.0.1:8500"
  path    = "vault"
}

% vault operator migrate -config migrate.hcl
2020-03-05T18:16:48.881-0800 [WARN]  appending trailing forward slash to path
2020-03-05T18:16:48.883-0800 [INFO]  copied key: path=core/audit
2020-03-05T18:16:48.884-0800 [INFO]  copied key: path=core/auth
2020-03-05T18:16:48.884-0800 [INFO]  copied key: path=core/cluster/feature-flags
2020-03-05T18:16:48.886-0800 [INFO]  copied key: path=core/cluster/local/info
2020-03-05T18:16:48.886-0800 [INFO]  copied key: path=core/hsm/barrier-unseal-keys
2020-03-05T18:16:48.886-0800 [INFO]  copied key: path=core/keyring
2020-03-05T18:16:48.887-0800 [INFO]  copied key: path=core/leader/ebf0c339-1004-2eef-3818-9fc2c978dce3
2020-03-05T18:16:48.887-0800 [INFO]  copied key: path=core/local-audit
....

@briankassouf briankassouf requested a review from kalafut March 6, 2020 02:17
@briankassouf briankassouf added this to the 1.4 milestone Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants