Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hey Guys

Hey guys 🙂
I am wondering what is the best way to make a clearml-server deployment robust? E.g. let's say my server may become unavailable because of a hardware defect. Should I just backup the clearml directory from time to time or is there a better way?

For the filesserver I use MinIO which has all kinds of redundancy, but I want to guarantee high availability/safety for the ClearML server (i.e. tasks) itself.

  
  
Posted 8 months ago
Votes Newest

Answers 2


Thank you, I will look into it :)

  
  
Posted 8 months ago

In general, it is advisable to have a regular backup, which would help in this case. Alternatively, you have the k8s helm chart for a more robust system

  
  
Posted 8 months ago
427 Views
2 Answers
8 months ago
8 months ago
Tags