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, I'Ve Started Up A New Instance Of The Clearml Server Using One Of The Community Amis, I Copied Over The Data And Config From An Older Version (Version: 1.0.2-10) And Ran Chown As Described Here

Hey, I've started up a new instance of the clearml server using one of the community AMIs, I copied over the data and config from an older version (Version: 1.0.2-10) and ran chown as described here None

I took a look on the UI and none of the data/projects I copied is being displayed (only example projects). On the server itself I can see the names of projects in /opt/clearml/data/fileserver/
Do I also need to move over the R53 records as well before the projects are displayed, or is there something else I should check first?

  
  
Posted one year ago
Votes Newest

Answers


all sorted, I somehow missed the documentation about the mongodb migration

  
  
Posted one year ago
58 Views
1 Answer
one year ago
29 days ago
Tags