mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 23:11:01 +00:00
filter out DEBUG from restore
This commit is contained in:
parent
3c72330659
commit
8e96afca9e
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ fi
|
|||
|
||||
# untar and restore data data
|
||||
echo "Untarring and restoring data"
|
||||
ssh -A -i ~/.ssh/gitlab-featurebase-ci.pem -o "StrictHostKeyChecking no" ec2-user@${INGESTNODE0} "cd /data; tar -xf perf-able-seg.tar.xz; featurebase restore --host http://${DATANODE0}:10101 -s /data/backup"
|
||||
ssh -A -i ~/.ssh/gitlab-featurebase-ci.pem -o "StrictHostKeyChecking no" ec2-user@${INGESTNODE0} "cd /data; tar -xf perf-able-seg.tar.xz; featurebase restore --host http://${DATANODE0}:10101 -s /data/data/backup | grep -v 'DEBUG'"
|
||||
if (( $? != 0 ))
|
||||
then
|
||||
echo "Untarring and restoring failed"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue