Comment 6 for bug 1647340

Revision history for this message
johan (johan-severalnines) wrote :

Okay, it seems the problem is that we had

[xtrabackup]
ssl=0

and

 tail -n5 backup.xbstream
format = xbstream
compact = N
compressed = N
encrypted = N
XBSTCK01Extrabackup_infoWARNING: --ssl is deprecated and will be removed in a future version. Use --ssl-mode instead.

So changing then to use:

ssl_mode=DISABLED

seems to resolve this.

Hopefully this helps some one else too with problems in this area.

BR
johan