Skip to content

Commit a9eabbb

Browse files
committed
Update backup image to take dumps
1 parent 0db9f1c commit a9eabbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgres-logical-backup/dump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ if [ "$LOGICAL_BACKUP_PROVIDER" == "az" ]; then
127127
az_upload /tmp/azure-backup.dump
128128
else
129129
dump | upload
130-
[[ ${PIPESTATUS[0]} != 0 || ${PIPESTATUS[1]} != 0 || ${PIPESTATUS[2]} != 0 ]] && (( ERRORCOUNT += 1 ))
130+
[[ ${PIPESTATUS[0]} != 0 || ${PIPESTATUS[1]} != 0 ]] && (( ERRORCOUNT += 1 ))
131131
set +x
132132
exit $ERRORCOUNT
133133
fi

0 commit comments

Comments
 (0)