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 All How Do I Move Clearml Self-Hosted To A New Server? I Copied Across /Opt/Clearml/Data And /Opt/Clearml/Config (Using Scp) And Did

Hi all how do i move clearml self-hosted to a new server?

I copied across /opt/clearml/data and /opt/clearml/config (using scp) and did sudo chown -R 1000:1000 /opt/clearml

I also copied clearml.conf to ~

Then I brought clearml up using the stock docker compose file

The app starts and has all the default projects, but none of my own data?

Barring user error, any ideas?

  
  
Posted one day ago
Votes Newest

Answers 2


Hi @<1739093605621960704:profile|LovelySparrow29> , the clearml.conf file is not related to the ClearML Server, this is a client-side configuration file.
Regarding the server, was the previous server using an older ClearML server version deployment?
In general, the process should be pretty similar to backup and restore described here . It's possible that if you had an older version, data paths in the old docker-compose did not match those in the new one?

  
  
Posted 7 hours ago

Hi @<1739093605621960704:profile|LovelySparrow29> , do you see any errors in mongo or elastic containers?

  
  
Posted 14 hours ago
2 Views
2 Answers
one day ago
5 hours ago
Tags