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 Everyone, We Are Using Clearml Kubernetes For Some Time Now With Great Success. However, Stability On Our Cluster Was Lacking So We Decided To Move To A Dedicated Azure Vm. How Should One Transfer The Data Of The Service To A New Location?

Hi everyone,

We are using ClearML Kubernetes for some time now with great success. However, stability on our cluster was lacking so we decided to move to a dedicated Azure VM. How should one transfer the data of the service to a new location?

  • We do not use the fileserver, opting for Azure Storage instead so that isn’t an issue
  • I copied the Kubernetes PV data folders for elastic and mongo to the new Docker compose
  • I did not copy over the redis (because I don’t really know how to, but I can figure this out if needed)
    Everything starts up nicely, but the tasks and datasets aren’t in the UI. What might be going wrong here?
  
  
Posted one month ago
Votes Newest

Answers 2


Thanks for responding, but it seems we have fixed the issue. The file structure for a K8s mongo and ES are slightly different which we hadn’t noticed!

  
  
Posted one month ago

Hi @<1795626098352984064:profile|SoggyElk61> , can you provide logs from Mongo?

  
  
Posted one month ago
288 Views
2 Answers
one month ago
one month ago
Tags