server-tools
server-tools copied to clipboard
[16.0][FIX] Database autobackup bugfix: exist_ok parameter does not exists in remote.makedirs() function
As said on https://github.com/OCA/server-tools/issues/3139 there is no exist_ok parameter in remote.makedirs() function.
So, with this PR the SFTP remote backup will work with no errors.
Thanks,
Ignacio