diff --git a/scripts/restore-dumps.sh b/scripts/restore-dumps.sh index 4c9646f5..df67126e 100755 --- a/scripts/restore-dumps.sh +++ b/scripts/restore-dumps.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -euxo pipefail # Restore schema and sampled dumps to running clickhouse instance # This script is to be run manually from with CWD set to contains the dumps and # schema files generated from `dump-tables-ch.sh`