$PIPESTATUS or arrays are not allowed in POSIX, see shellcheck:
mysqldump-secure.sh|513 col 8 warning| In POSIX sh, array references are not supported. [SC2039] [sh/shellcheck]
mysqldump-secure.sh|513 col 8 warning| In POSIX sh, PIPESTATUS is not supported. [SC2039] [sh/shellcheck]
$PIPESTATUS
or arrays are not allowed in POSIX, see shellcheck: