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 Again

Hey again 😁
I am migrating my trains-server to AWS and I would like now to have secure accounts (with password). But I don't want to loose the current users (they have no password). If I migrate the trains-server, restore the backup, and then edit the trains-server config files to add accounts with password, will it work as expected?

  
  
Posted 4 years ago
Votes Newest

Answers 5


Awesome!

  
  
Posted 4 years ago

Hi JitteryCoyote63 ,
The old accounts should still be there, you just won't be able to login with them (as the server will be in a fixed-users-mode

  
  
Posted 4 years ago

Let me know if you encounter any issue with it 😄

  
  
Posted 4 years ago

Should work 🙂

  
  
Posted 4 years ago

Hi SuccessfulKoala55 , Can the new accounts (password-protected) have the same names?

  
  
Posted 4 years ago
912 Views
5 Answers
4 years ago
one year ago
Tags