diff --git a/tools/replicate-db.sh b/tools/replicate-db.sh index 0dcffd96..37e39f90 100755 --- a/tools/replicate-db.sh +++ b/tools/replicate-db.sh @@ -1,5 +1,7 @@ #!/bin/bash -e +set -euo pipefail + # # Replicate backdrop mongo db from a source host to a target host. # Useful to import data from the preview environment to the development