CostlyOstrich36 Can you tell me where should I find the list of projects and tasks in the data folder ?
No. And I can use both minio server with my new clearml sever.
Do you see any errors in the apiserver on startup or after?
I will test with the same url in the week-end
Yes, my new server has a full mongo db and redis... oh! It might be elasticsearch. Let me try ☺
Are you sure you migrated all the data correctly?
My new clearml webserver does not show the projects that exist on my previous clearml webserver.
It does not seem to work because my previous minio is still up...
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
ok, so the minio name should not change but clearml server name can change ?
Thank you for the fast answer
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?