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?


Hi BattyLizard6 ,
This process basically requires merging the databases (mongodb, elasticsearch, files etc.). I think it's something that can be done in the paid version as a service, but usually the best practice, as CostlyOstrich36 said, is to migrate the data when setting up a new server (as explained https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_linux_mac#backing-up-and-restoring-data-and-configuration ) 🙂
Alternatively, you can just keep the old server (or setup a tiny instance in AWS to hold a legacy server with the old data) just for archival purposes - can that work?

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