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
Hey Guys I Have A Self-Hosted Clearml Server. I Accidentally Deleted Mongodb/Redis Containers And Volumes And Now My Project Isn'T Showing In The Webui. I Have The Fileserver File Contents Intact, And I Was Wondering If There Was A Way To Repopulate The M

Hey guys I have a self-hosted ClearML server. I accidentally deleted mongodb/redis containers and volumes and now my project isn't showing in the WebUI. I have the fileserver file contents intact, and I was wondering if there was a way to repopulate the mongodb/redis databases.

  
  
Posted 4 months ago
Votes Newest

Answers 6


Yea I ran a system reset that removes all pods, contianers, images, networks, volumes. I was wondering if it was possible to repopulate MongoDB if I had the fileserver intact. If it's not possible to repopulate MongoDB, it's not the end of the world as I only had a few experiments on it.

  
  
Posted 4 months ago

No worries, using this lesson to put in backup procedures in place haha

  
  
Posted 4 months ago

Redis is mainly used as a memory cache, so backing it up is not required.

  
  
Posted 4 months ago

Yeah, I'm afraid neither one can be used to repopulate the other...

  
  
Posted 4 months ago

Hi @<1600661428556009472:profile|HighCoyote66> , redis is not a concern, but the MongoDB is the main store of metadata and administrative data for the ClearML system. Did you delete the containers or the data folder? Is it possible this action corrupted the data folder?

  
  
Posted 4 months ago

Hi @<1523701087100473344:profile|SuccessfulKoala55> How necessary is it to backup redis? What's it used for in the application? I found it quite simple to backup mongo using mongodump , but I'm having some issues with gracefully creating a redis backup.

  
  
Posted 4 months ago
279 Views
6 Answers
4 months ago
4 months ago
Tags