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 Everyone! Thanks To The Team For The Amazing Work On Clearml! I'Ve Brought Up A Couple Clearml-Servers And I'Ve Put A Load Balancer On Top Of Them. I Was Wondering Where Can I Find The Credentials Of Each User On Clearml-Server, So That I Can Someho

Hello Everyone! Thanks to the team for the amazing work on clearml! I've brought up a couple clearml-servers and i've put a load balancer on top of them. I was wondering where can I find the credentials of each user on clearml-server, so that i can somehow share the file on some place for the load balancer to actually be useful? is it possible?

  
  
Posted 10 months ago
Votes Newest

Answers 20


I think if you inject exactly the same data then it will be copied. I suggest the databases be down during this operation.

  
  
Posted 10 months ago

is it all stored on /opt/clearml/data?

  
  
Posted 10 months ago

Hi @<1585441140176326656:profile|StrongDove49> , what do you mean finding the credentials for each user? You mean on the databases?

  
  
Posted 10 months ago

yes, I mean for example I've got a couple clearml applications on my workstations talking to my server using api keys. how can i backup this data and load it on to the other server?

  
  
Posted 10 months ago

that's why i was looking for a way to just backup that mongodb data

  
  
Posted 10 months ago

That sounds like a fairly large team already. I would suggest considering the Scale version. It would alleviate a lot of devops work & maintenance on your part, provide direct support for users & admins, RBAC, SSO, configuration vaults and many other features.

  
  
Posted 10 months ago

my problem is that the load balancer might redirect any user to each of the servers randomly. so I need those API Tokens (credentials) to be the same on both servers

  
  
Posted 10 months ago

oh okay thanks, so just copying that would suffice? I mean the db name and stuff aren't randomly produced ?

  
  
Posted 10 months ago

oh, thanks, what is the Scale version?

  
  
Posted 10 months ago

Ok, Thanks, will check it out

  
  
Posted 10 months ago

then yeah, all data sits in /opt/clearml/data

  
  
Posted 10 months ago

How large is the team?

  
  
Posted 10 months ago

Although I think a problem would be syncing the databases on different servers

  
  
Posted 10 months ago

around 10 ~ 20 people

  
  
Posted 10 months ago

It's basically the paid version of ClearML. It is built towards larger teams with many services offered by the ClearML team to make your & your user's lives easier and provides additional features often required by large teams

  
  
Posted 10 months ago

yeah.. this syncing would be a headache

  
  
Posted 10 months ago

mongo/elastic/redis

  
  
Posted 10 months ago

thanks so much for the fast reply BTW

  
  
Posted 10 months ago

Yes, but this data is managed by mongodb. Also since you have full visibility at the user/passwords you can probably somehow generate a token similiar to how the UI does it when you log in to create a token

  
  
Posted 10 months ago

For more info - None

  
  
Posted 10 months ago