Comment 12 for bug 1160047

Revision history for this message
Alex Yurchenko (ayurchen) wrote :

So doesn't the actual fix boil down to:

- INNOBACKUPEX_ARGS="--galera-info --tmpdir=${TMPDIR} --stream=tar
+ INNOBACKUPEX_ARGS="--galera-info --stream=tar

? I.e. specifying --tmpdir was an error?

As for TMPDIR value, can it be an arbitrary value or does it have to be exactly "/tmp"? If it can be anything, would it be preferable to be something else? E.g. the same as tmpdir from my.cnf?