Closed (fixed)
Project:
Backup and Migrate
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2009 at 12:15 UTC
Updated:
22 May 2010 at 23:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
garphyOk, I think this is fixed in CVS.
Here's a quick patch for the 6.x-2.1.
Comment #2
garphyClose.
Comment #3
smoothify commented[Edit - the patch just above fixes it for me too]
Comment #4
entrepreneur27 commentedI am having this exact same problem with 2.1 downloaded at 6pm San Francisco time on Dec 7th. I got the impression from this thread that the download is meant to be correct but it seems not to be. Am I supposed to patch it? And, if so, would it be possible to release a working version soon, please as I am uncomfortable patching.
Comment #5
garphyThe HEAD (6.x-2.x-dev) version seems to be fixed but the whole function seems rewritten. I prefer stay with this tiny patch as it's much more auditable than switching on devel version ;).
Maybe it justifies to release a 2.1.1 patched version based on 2.1 rather than on HEAD.
Comment #6
ronan commentedThis patch has been committed. If the latest dev (which should be packaged today sometime) works for everybody I'll roll a new release.
Thanks everybody.
Comment #8
FreeFox commentedMaybe this helps someone ^^
For migration I have to backup (zipped) => transfer file to local => unzip => edit the file (changing domains, file locations, etc...) => re-zip => upload to new server and than I try to restore:
Unable to restore from file ... because a file can't be restored to this database
I found out that when the file is renamed like db_testdomain-2010-02-04T16-16-02.migrated.zip, you'll see it in the list, can click "restore" and than get the error.
Renaming the file to db_testdomain-2010-02-04T16-16-02.mysql.zip did the trick.
Could the code be corrected to allow other names as well?
Thanks in advance
Jan
Comment #9
ronan commentedYep, the module requires the mysql file ending to know what kind of file it is (it can also export tarballs of files and someday postgres dumps too).