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
Unanswered
Hi Clearml! Our It Department Setup A Clearml Server On Aws Now I Would Like To Export The Tasks And Data From The Private Local Server To The New One. The Problem Is That There Is Already Users, Tasks And Data On The New Server - How Can We Do That?


BattyLizard6 Hi!

In the basic scenario where the database is empty on the new server you'd simply need to copy /opt/clearml/ from the old server to the new. In the case that a data merge is needed I'm not sure, let me check 🙂

  
  
Posted 2 years ago
97 Views
0 Answers
2 years ago
one year ago