Project:backup
Version:master
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

just wondering if there were any plans for a 4.7 release?

Comments

#1

It's something I intend to do, yes. I just haven't gotten a chance to do anything with 4.7 yet due to other committments.

If you want to try downloading the 4.6 version, I'd be interested in seeing if it actually works (or if not, how badly it breaks) on 4.7.

-- doug

#2

My results going from administer > backup:

Fatal error: Call to undefined function: form_submit() in ... backup.module on line 94

#3

With 4.7, I got:
Fatal error: Call to undefined function: form_hidden() in /home/.fuzzbutt/hohner/testbed.wholedish.com/drupal-4.7.3/modules/backup/backup.module on line 100

Didn't realize it was a 4.6 module when I downloaded it.

#4

and does it backup you database as well?

#5

When it works properly, yes.

The module normally calls the mysqldump program, which spits out a copy of the database.

-- Doug

#6

i've updated the module to work with 4.7 and fixed a few issues. see the txt files for more info and (more than usual) use it at your own risk.

AttachmentSize
backup.tgz 12.42 KB

#7

Ah, thank you for uploading the file, as I can delete the copy from my inbox now. :-)

Just a general update on this issue, I have 4.7 running on my development box now. I've been busy dealing with upgrade-related bugs with other modules, but I suppose I could take some time off from that this weekend and update the module to work under 4.7...

-- Doug

#8

Status:active» fixed

Thanks to the conversion done by elraun, I've updated the module to support Drupal 4.7 and tested out the changes on my box.

The latest version is in CVS right now, and I tagged it for 4.7. If anyone finds any problems, please let me know!

#9

Status:fixed» closed (fixed)