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, Please Dont Tell Me I Just Deleted Something: I Wanted To Do Two Things:

Hello, please dont tell me I just deleted something:
I wanted to do two things:

  • Update clearml server- I followed the guilde at None
  • I deleted my old containers (I assume that nothing gets stored in container, all data is in mounted filesystem, would be dumb otherwise)- I dont want my data to be stored at /opt/clearml so I moved them all to /mnt/data/clearml- Edited docker-compose.yaml all mounts from /opt/clearml to /mnt/data/clearml- Ran docker compose up with new mounts
  • Opening webserver shows me nothing, no old projects
  
  
Posted 10 months ago
Votes Newest

Answers 29


image

  
  
Posted 10 months ago

Generally, it seems you did it correctly

  
  
Posted 10 months ago

I was on 1.7 version and now im on latest 1.11
Cant get screenshow yet (copying data), will add later.
What worries me is that config and agent folders are empty. I can reconfigure all agents, no problems.
But where is info about projects stored?

  
  
Posted 10 months ago

This is what I see on fresh clearml
Where all my mounts are on /mnt/data/clearml-server instead of /opt/clearml
image

  
  
Posted 10 months ago

I get the same when I copy /opt/clearml/data folder into /mnt/data/clearml/data

  
  
Posted 10 months ago

is there any way to see if I even have the data in mongodb?

  
  
Posted 10 months ago

I also see that elastisearch and mongo has some data

  
  
Posted 10 months ago

I hope that its all the experiments

  
  
Posted 10 months ago

image

  
  
Posted 10 months ago

image

  
  
Posted 10 months ago

Are you sure you changed all the right mounts in the docker-compose file?

  
  
Posted 10 months ago

I also dont have side panel for some reason

  
  
Posted 10 months ago

The last one is not important

  
  
Posted 10 months ago

here is also another magic stuff

  
  
Posted 10 months ago

Im pretty sure

  
  
Posted 10 months ago

I get sidebars and login on my local PC
But the data isnt loaded

I tried to not edit anything in docker-compose and just paste my data in there. Didnt help

  
  
Posted 10 months ago

I purged all docker images and it still doesnt seem right
I see no side panel and it doesnt ask for login name

  
  
Posted 10 months ago

well, I connected to mongodb manually and it is empty, loaded with just examples

  
  
Posted 10 months ago

But it seems like the data is gone, not sure how to get them back

  
  
Posted 10 months ago

Is fileserver folder needed for successful backup?

  
  
Posted 10 months ago

I guess I fucked up something when moving files

  
  
Posted 10 months ago

Do you have a backup of the data folder?

  
  
Posted 10 months ago

Log dump

  
  
Posted 10 months ago

yes

  
  
Posted 10 months ago

thanks for help

  
  
Posted 10 months ago

It looks like the server started with an empty DB and just recreated the default sample experiments

  
  
Posted 10 months ago

image

  
  
Posted 10 months ago

All of the data is indeed in ElasticSearch and Mongo

  
  
Posted 10 months ago

What exactly do you see in the web UI? Can you attach a screenshot?

  
  
Posted 10 months ago
605 Views
29 Answers
10 months ago
10 months ago
Tags