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
Hi! I Have The Previous Trains Server Configured With Multiple Experiments; I Created It Using The Gcloud Images Provided. If I Want To Update The Server To The Newest Clearml Version Should I Follow These Steps

Hi! I have the previous trains server configured with multiple experiments; I created it using the gcloud images provided. If I want to update the server to the newest clearml version should I follow these steps https://github.com/allegroai/clearml-server ? Just change clearml for trains in the data directory and thats it?

  
  
Posted 2 years ago
Votes Newest

Answers 2


Thanks AgitatedDove14

  
  
Posted 2 years ago

Hi GrievingTurkey78 yes, /opt/clearml should contain everything.
That said, backup only after you spin down the DBs so they serialize everything,

  
  
Posted 2 years ago
511 Views
2 Answers
2 years ago
one year ago
Tags