Does snapshot registration need to happen every time sever is started?

As I understand it, two steps are needed.

  1. the directory to be used for snapshot must exist in path.rep of elasticSearch.yml
  2. after all the nodes are up, registration is needed

It is unclear from tehdocumentation whether or not the registration is needed every time the ES server is started or whether this persists.

Also, is there any whay to confgure this in the elasticSearch.yml file.

The repo config is stored inside Elasticsearch, in the cluster state.
You should not need to register it every time you restart Elasticsearch

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.