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 Deployed A Server On My Ubuntu And Forgot About It For A While, I Restart My Computer And It Was Shutdown. Is There A Way To Restore The Experiments? I Didn'T Backup

Hi,
I deployed a server on my ubuntu and forgot about it for a while, I restart my computer and it was shutdown. is there a way to restore the experiments? I didn't backup

  
  
Posted one year ago
Votes Newest

Answers 8


I restarted but now I have blank dashboard

  
  
Posted one year ago

If you're looking for what docker volumes were used, that's in the docker compose file:
https://github.com/allegroai/clearml-server/blob/master/docker/docker-compose.yml

  
  
Posted one year ago

do you know if I can restore the same container?

  
  
Posted one year ago

As far as I know, you can start a docker container with the same version and the same volumes and you should be able to just continue.

  
  
Posted one year ago

I guess that the container was destroyed with the data. is there any auto backup? mapping for local storage?

  
  
Posted one year ago

Happy to help :)

  
  
Posted one year ago

Is this after you've started the clearML server that you can't find the experiments?

  
  
Posted one year ago

I updated the docker-compose and it fixed, thanks

  
  
Posted one year ago
635 Views
8 Answers
one year ago
one year ago
Tags