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! I'M Trying To Migrate A Clearml Server (That Has Data On It) To Another Machine But I´M Having Problems To Make Clearml Locate The Old (Backed Up) Experiments Data On The New Machine. I Followed The Section Of The Docs

Hi all!

I'm trying to migrate a clearml server (that has data on it) to another machine but i´m having problems to make clearml locate the old (backed up) experiments data on the new machine.

I followed the section of the docs here , and all the commands ran without error.
On the new machine, the old data is not shown on the web client.
From the docker container on the new machine i can locate the data just fine

Any idea? Are there any other steps i need to run for data migration?

  
  
Posted 10 months ago
Votes Newest

Answers 2


Hi @<1556450111259676672:profile|PlainSeaurchin97> , can you attach the logs for the mongodb and es containers? Also, what do you mean when you say the you can locate the data from the docker container? Also, is the old server and the new server both the same clearml server version ?

  
  
Posted 10 months ago

Hi @<1523701087100473344:profile|SuccessfulKoala55> ,sorry i didn't respond!

We tried it all again and it worked... turns out our backup was probably corrupted

thanks!

  
  
Posted 10 months ago
526 Views
2 Answers
10 months ago
10 months ago
Tags
Similar posts