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, Is It Possible To Migrate A Dataset From A Self Hosted Clearml Solution To The Clearml Hosted Solution?

Hi, is it possible to migrate a dataset from a self hosted ClearML solution to the ClearML hosted solution?

  
  
Posted 2 years ago
Votes Newest

Answers 7


Yeah I can write a script to transfer it over, I was just wondering if there was a built in feature.

unfortunately no 😞
Maybe if you have a script we can put it somewhere?

  
  
Posted 2 years ago

Hi ShortElephant92
You could get a local copy from the local server, then switch credentials to the hosted server and upload again, would that work?

  
  
Posted 2 years ago

Yeah I can write a script to transfer it over, I was just wondering if there was a built in feature. I am just asking as it would be possible in the future we go from self hosted to hosting with ClearML and how we would transfer our currently existing datasets. All good though!

  
  
Posted 2 years ago

AgitatedDove14 I just wanted to come back to the thread to let you know you can just copy the /opt/clearml/data and /opt/clearml/config over from the one VM to another and it worked fine!

  
  
Posted one year ago

I don't know how I would be able to get the description and name?

Good point, how about doing that in code, then you have all the information and you can store it in jsons / pickle next to the data folder?
wdyt?

  
  
Posted 2 years ago

That would only work for the data itself no? I don't know how I would be able to get the description and name?

  
  
Posted 2 years ago

If I ever write one I'll add it to the examples

  
  
Posted 2 years ago
938 Views
7 Answers
2 years ago
one year ago
Tags
Similar posts