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
I Rebooted My Server In Aws, And Now The Instance Is Acting Weird. The Web Login Is Gone, And All My Projects Are Not Visible. I Tried To Use The

I rebooted my server in AWS, and now the instance is acting weird. The web login is gone, and all my projects are not visible. I tried to use the
docker-compose -f /opt/trains/docker-compose.yml down in documentation, but I didn’t have the yaml file. Is there anything I can do to get it up and running? Upon SSH I notice that the data from my experiments is still there.

  
  
Posted 4 years ago
Votes Newest

Answers 32


Hi SuccessfulKoala55 , I believe I was only given one option in my region (EU Stockholm) which was the 0.16.1 version with the AMI location:

aws-marketplace/allegroai-trains-server-0.16.1-320-273-c5c210e4-5094-4eb9-a613-a32c0378de31-ami-06f5e9f4dfa499dca.4

I used the Trains AMI, and I am not sure whether it was the auto-updated or static one

  
  
Posted 4 years ago

Hi TrickyRaccoon92 , did you install it yourself or did you use the Trains AMI (if so, was it the auto-update AMI or the static one)?

  
  
Posted 4 years ago
18K Views
32 Answers
4 years ago
9 months ago
Tags