You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I was trying to use the auto_backup module to do automatic backups in a different server using sftp connection, but even if the connection to the sftp server is right done and the dump file created it is empty (size 0).
I was thinking that maybe it could be because the tempfile python library used to create the temp file, for some reason maybe it is not populated and it does the dump empty in the sftp server.