Two weeks ago, we reverted to a dump of the limesurvey database, and ever since we have been experiencing sporadic errors that all seem to be caused by missing data. In some cases survey questions or answers are missing, in others responses, and in at least one case one of the
lime_survey_XXXX tables was missing a column.
The really weird thing is, a lot of this data also seems to be missing in older database dumps. For instance, I found the CREATE TABLE statement for the table with the missing column, but it does not have that column in it, and the binlogs do not show any ALTER statements that could have added it.
It appears that our backups are incomplete, but I don't understand how. We are backing up the entire database with mysqldump using the following flags:
Code:
--allow-keywords --single-transaction --routines --events --force --hex-blob
I know this is scant information to go on, but I was hoping maybe someone else with a similar experience has found a solution, or can point out what I'm missing.
Thanks