NodeMeta Data is not stored in snapshots #4524
Labels
good first issue
A well-defined bug or improvement with sufficient context which should be approachable for new contr
type/bug
Feature does not function as expected
Milestone
When issuing command consul snapshot save /somedir/filename.snap. The snapshot produced does not contain the NodeMeta data. This is important when you have registered an external node that is not using a Consul agent via the /v1/catalog/register API that include NodeMeta. Once restoring the snapshot the node is visible but it's MetaData is gone.
I have also seen similar behavior when all servers have been restarted the NodeMeta would not persist in the data directory, even though on closer inspection it appears to be in the raft.db file.
The text was updated successfully, but these errors were encountered: