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
Hello, Is It Possible To Migrate From A Domain Name To Another ? I Have Instanciated A Clearml Server With Domain Name Myclearml.Server Et A Data File Server With Domaine Name Myminio.Server And Some Data Scientists Used It. Now I Have Backuped The Data

Hello,
Is it possible to migrate from a domain name to another ?
I have instanciated a clearml server with domain name myclearml.server et a data file server with domaine name myminio.server and some data scientists used it.
Now I have backuped the data and config files and I want to put in anther server with domain name mysecond.server with data file server mysecondminio.server. Should it work ? I wonder if I did something wrong !

  
  
Posted 2 years ago
Votes Newest

Answers 14


ok, so the minio name should not change but clearml server name can change ?
Thank you for the fast answer

  
  
Posted 2 years ago

It does not seem to work because my previous minio is still up...

  
  
Posted 2 years ago

CostlyOstrich36 Can you tell me where should I find the list of projects and tasks in the data folder ?

  
  
Posted 2 years ago

What doesn't seem to work?

  
  
Posted 2 years ago

I will test with the same url in the week-end

  
  
Posted 2 years ago

No problem 🙂
Imagine that internally for an artifact that is saved in some address my-minio-host:9000/FILE
Internally ClearML keeps the link to the artifact as is. It doesn't matter where the ClearML backend is located/deployed since it will always be pointing to the same address. You could hack it around by doing changes on Mongo directly but I would strongly advise against it if you're not sure what you're doing

  
  
Posted 2 years ago

Because that seems to be connected to data

  
  
Posted 2 years ago

Are you sure you migrated all the data correctly?

  
  
Posted 2 years ago

My new clearml webserver does not show the projects that exist on my previous clearml webserver.

  
  
Posted 2 years ago

does not seem to work 🤔

  
  
Posted 2 years ago

Yes, my new server has a full mongo db and redis... oh! It might be elasticsearch. Let me try ☺

  
  
Posted 2 years ago

Do you see any errors in the apiserver on startup or after?

  
  
Posted 2 years ago

Hi DepravedCoyote18 , as long as you have everything backed up (configurations and data) on /opt/clearml/ (I think this is the default folder for storing clearml related stuff) the server migration should work (Data is a different issue).

However, ClearML holds links internally for datasets/debug samples/artifacts and a few other outputs maybe. Everything currently logged in the system to a certain minio server will still be pointing to that minio server.

Does that make sense?

  
  
Posted 2 years ago

No. And I can use both minio server with my new clearml sever.

  
  
Posted 2 years ago
929 Views
14 Answers
2 years ago
one year ago
Tags