Database export is missing from full backup
-
I’ve updated BackUpWordPress to version 3.2.0 on a test server, and found that the site’s database is no longer included in my backup file.
I don’t get any error messages, but I think I’ve traced it back to a recent change where the database file is added to the zip file first, then the rest of the files are added. (function zip() in class-backup.php)
I think the “-FS” option passed to the zip executable is the problem, since the database file doesn’t exist in the actual site root. (-FS can remove files from an archive, if they don’t appear where zip expects them.) It wasn’t a problem when the database file was added after the other files, since command line that adds the database didn’t use the -FS option.
If I comment out the line that adds the -FS option in the current version, it seems to work correctly for me. Can you check this out? I saw a couple similar posts by other users, but I’m not sure if they are the same problem.
- The topic ‘Database export is missing from full backup’ is closed to new replies.