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 Here

Hi all here 🙂

I have a clearml server locally deployed, I want to move it to a bigger machine,

how do I transfer my data to the new server ? please advise
thank you

  
  
Posted one year ago
Votes Newest

Answers 7


Hi @<1523701523954012160:profile|ShallowCormorant89> , I think you can simply spin down all the containers and copy everything in /opt/clearml/

  
  
Posted one year ago

that is amazing! thank you @<1523701070390366208:profile|CostlyOstrich36>

fyi @<1533619716533260288:profile|SmallPigeon24>

  
  
Posted one year ago

Hi all,

I did the move as directed by @<1523701070390366208:profile|CostlyOstrich36> ,

We have our new clearml server filled with data from old server.
None

however, the new agents are not able to pull the tasks. All tasks remain pending.
Please let us know what could be the cause of this

  
  
Posted 11 months ago

What do you see in the agent logs? Are there any errors? Can you verify they are indeed working with the new server?

  
  
Posted 11 months ago

hey,

we did delete the old configs and clearml-agent init 'ed everything, pointing to the new IP

  
  
Posted 11 months ago

It's possible that the agents aren't configured to the new server?

  
  
Posted 11 months ago

Hi,
I recently migrated my clearml server to a different machine. i copied all the data folder as recommended above. on the new clearml server i can see all my old experiments and datasets. unfortunately, when running a task with a dataset from the previous machine, the tasks fails and writes the old server ip.
2023-03-12 12:55:59,934 - clearml.storage - ERROR - Could not download None .............
i replaced everywhere i could find the old ip with the new one.
i tried searching for the old ip in the data folder that was copied. it seems that the ip exists in the elastic, mongo and redis dirs in binaries files.
also when i go to the clearml server -> datasets -> any data that was copied -> task information -> details -> output -> destination, i see the old ip

is there a setting that i can define to overwrite it?
maybe something like the sdk.storage.path_substitution?

thank you
@<1523701070390366208:profile|CostlyOstrich36>

  
  
Posted one year ago
589 Views
7 Answers
one year ago
11 months ago
Tags