• Julius Goryavsky's avatar
    MDEV-29893: SST fails when having datadir set to a symlink · 8660e2de
    Julius Goryavsky authored
    SST for mariabackup may not destroy old files if datadir or
    other working directory is declared as a symlink due to the lack
    of the "-L" option among the find utility options, similarly SST
    for rsync in some cases may not transfer data directories if they
    are created as symlinks. This fix adds the missing option and
    generally unifies the work with find utility options to avoid
    failures in the interpretation of directories and regular
    expressions.
    8660e2de
wsrep_sst_rsync.sh 32.3 KB