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
Hello, I Try To Update Trains-Server (0.16) To Clearml-Server In Another Linux Machine, Here Is My Steps:

Hello, I try to update trains-server (0.16) to clearml-server in another linux machine, here is my steps:
copy(scp) /opt/trains to target machine update /opt/trains/mongo to /opt/trains/mongo_4 in target machine mv /opt/trains /opt/clearml; get lastest docker-compose.yml and pull/upBut, i get SERVER UNAVAILABLE in web ui, what's wrong with my solution? (And i try to deploy a new clearml sever from scratch, it works fine)

  
  
Posted 2 years ago
Votes Newest

Answers 31


Hi SuccessfulKoala55 I have run this in step 2

  
  
Posted 2 years ago
15K Views
31 Answers
2 years ago
5 months ago
Tags