Closed (cannot reproduce)
Project:
Backup and Migrate
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2013 at 19:28 UTC
Updated:
28 Sep 2017 at 18:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ronan commentedThis is fixed in the latest dev. Should apply the defaults to all databases
Comment #3
les limThis is still broken with mysqldump if there aren't any "exclude" tables. Patch attached.
Comment #4
les limSorry, here's the patch with "git diff --relative".
This also applies to 7.x-3.x.
Comment #5
ronan commentedApplied to both branches. Thanks!
Comment #7
tinkerbelle commentedI am still having these problems using CLI/mysqldump in both 7.x-3.1 & the latest dev, on multiple sites. Specifically:
1. The 'exclude data' settings are ignored if nothing is selected in the 'exclude altogether' dropdown,
2. Tables selected in 'exclude altogether' still have their structure exported if they're also selected in the 'exclude data' dropdown.
I've attached the patch I'm using to solve both issues -- it applies a version of the initial patch above, and the patch in #4, to sources.db.mysql.inc
I admit I'm confused about whether any of this actually needs doing in destinations.db.mysql.inc too, so I'll leave this in your hands :) Cheers!
Comment #8
couturier commented