I think this is what you're looking for - None
Hi CostlyOstrich36 , thanks for the prompt response. Do you know how/where to find such script and a guideline to run it? Thanks a again.
I think you'd have to write it yourself. Basically, the artifact paths in experiments are saved in mongo. You would need to write a script that would modify those values in Mongo directly
Thanks, after reading documentation online and checking the DB with MongoDB Compass, I solved the issue with a Python script. Best wishes!
Hi ConfusedGoat3 , I think you might need to run some migration script on the database, basically changing the paths of the artifacts registered to the new IP
OK, thanks. Could you point me to a working example in ClearML/MongoDB? I don't have prior experience with ClearML/MongoDB.
Follow-up: although the FILE PATH from ARTIFACTS has the new IP and the MongoDB document looks fine, I get INTERNAL SERVER ERROR on download. Is HASH based on FILE PATH and fails a server check on download? Do you know what could be the issue? Thanks, again, in advance!