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'M Attempting To Upgrade My Clearml Server On Offline Env. I Wish To Retain All Existing Data. Can I Check If It Suffice To Just Docker-Compose Down --Remove-Orphans Replace Clearml-Server:Latest And Clearml-Agent-Services:Latest With Latest Pull.

Hi, I'm attempting to upgrade my clearml server on offline env. I wish to retain all existing data. Can I check if it suffice to just
docker-compose down --remove-orphans
Replace clearml-server:latest and clearml-agent-services:latest with latest pull.
Docker-compose up -d

  
  
Posted 2 years ago
Votes Newest

Answers 7


Hi SubstantialElk6 , what ClearML Server version are you running now?

  
  
Posted 2 years ago

I can't seem to find the version number on the clearml web app. Is there a specific way?

  
  
Posted 2 years ago

should appear in the Profile page. If not, try pointing you browser to http://<server-addr-or-ip>:8080/version.json

  
  
Posted 2 years ago

Well, should be as simple as you've said 🙂
I would, however, make sure to back up all the data folders after doing docker-compose down and before starting it up again

  
  
Posted 2 years ago

Its. 0.17-63.
It doesn't appear in profile page.

  
  
Posted 2 years ago

Hi. The upgrade seems to go well but i'm seeing one wierd output. When i ran a task and observe the software installed under the execution tab , i still see clearml=0.17 . Is this expected?

  
  
Posted 2 years ago

Alright, fingers crossed.

  
  
Posted 2 years ago
550 Views
7 Answers
2 years ago
one year ago
Tags