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
Unanswered
Hi Guys, We Consider Using Trains Experiment Manager And I Wonder Is There A Way To Backup All Experiment Data? In Case The Backend Machine Will Die And The Data Will Die With It.


Hi AstonishingSeaturtle47 ,
Absolutely! 🙂
Whether running Trains Server locally (using docker-compose , for example) or in the cloud (using one of our AWS AMIs), you can always perform regular backups of the data directory (where all experiment data and metadata is stored).
See https://allegro.ai/docs/deploying_trains/trains_deploy_overview/ option #3 for information on how to deploy your own Trains Server, and https://allegro.ai/docs/deploying_trains/trains_server_upgrading/ which includes instructions on how to backup your data (under Data directory backup and restore example commands ).

  
  
Posted 4 years ago
131 Views
0 Answers
4 years ago
one year ago