Steven Murdoch

Results 6 comments of Steven Murdoch

Ah, I didn't spot that. Though it doesn't work for me: ``` [smurdoch@pets2015 lib]$ ./backupdb.sh -n pets2015-01 --pc > ~/tmp + mysqldump -u'pets201501live' -p --max_allowed_packet=1000M 'pets201501live' mysqldump: unknown variable 'defaults-extra-file=/tmp/hotcrptmp.PRLXzi'...

I tried manually moving over the settings that I understood: ``` mysqldump --no-create-info --skip-add-drop-table -w 'name in ("tag_chair", "outcome_map", "review_form", "msg.clickthrough_submit", "opt.clickthrough_submit", "msg.revprefdescription", "msg.clickthrough_review", "opt.clickthrough_review", "msg.conflictdef", "options")' pets201501live Settings >...

I've tried to build this for x86 to maximise compatibility, but I might need a new flag. Could you pull the latest version, run "make clean" and then build again?

How about now? I don't have easy access to OS X 10.11 but it's possible they have now disabled 32-bit compatibility.

For reference, the patch is at https://gist.github.com/sjmurdoch/5f3d5db80a8b9ec54ae3