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'M Trying To Restore The Data On A K8S Node From A Backup But It Seems Like Mongodb Just Ignores The Existing Data. Is There Anything That I Should Do Before?

hey, I'm trying to restore the data on a k8s node from a backup but it seems like mongodb just ignores the existing data. Is there anything that I should do before?

  
  
Posted 2 years ago
Votes Newest

Answers 2


Hi DefiantCrab67 , I assume the mongodb service is down when you're restoring the data?

  
  
Posted 2 years ago

Yes. Sorry, I have used the wrong backup for some reason

  
  
Posted 2 years ago