Cannot download database after lost of connection

KC08

Verified User
Joined
Dec 27, 2008
Messages
14
One of our clients was trying to download their database's backup, however the connection was lost. When they wanted to try again they got the following error and could no longer download the backup:

Unable to download backup

Details

/home/tmp/user1_db.gz already exists, cannot make backup.​


We had to manually delete the above file before the client can download backups again. Is this a bug?


Ken
 
Well maybe the backup wasnt complete correctly.. but if im not wrong the customer should delete the backups file by himself, no?

Regards
 
Well maybe the backup wasnt complete correctly.. but if im not wrong the customer should delete the backups file by himself, no?

Regards

Of course the backup was interrupted, or there would not be a copy left.

If a user can delete files in /home/tmp it would be a security problem. They should not be allowed to do anything there.

Therefore I think it will be DA's responsibility to clean it up before starting a new backup.
 
So, you might want to submit it as a feature request or a bug fix for a next release in proper sub-forum.
 
sorry, i didnt read you was talking about /home/tmp, thot was talkin about /home/user/backups/backup_file

Maybe a
Code:
rm -rf /home/tmp/$USERNAME*
before start a backup should be a nice way, ill point DA Staff to this topic.

Regards
 
Back
Top