karll
Well-known member
I have an OS cron job that takes a backup of my XF database every day. This has worked flawlessly from the beginning.
However, today the cron job ran into an error which has made me concerned:
This seems to imply that the table definition was changed while the backup was running. I believe this could be caused by either an "ALTER TABLE" or a "TRUNCATE" SQL statement.
I've checked with XF Support via a ticket, and they have told me that XF itself does not run any ALTER TABLE or TRUNCATE statements against that table expect maybe during upgrades.
No one was logged into the adminCP at the time. No upgrades or anything like that should be running. The only thing I can think of would be XF/add-on cron jobs.
I have XFES and Xon's Search Improvements add-on, as well as a handful of other add-ons.
Has anyone else run into this problem? Or have any clue what could be wrong?
However, today the cron job ran into an error which has made me concerned:
mariadb-dump: Error 1412: Table definition has changed, please retry transaction when dumping table xf_thread_view at row: 0
This seems to imply that the table definition was changed while the backup was running. I believe this could be caused by either an "ALTER TABLE" or a "TRUNCATE" SQL statement.
I've checked with XF Support via a ticket, and they have told me that XF itself does not run any ALTER TABLE or TRUNCATE statements against that table expect maybe during upgrades.
No one was logged into the adminCP at the time. No upgrades or anything like that should be running. The only thing I can think of would be XF/add-on cron jobs.
I have XFES and Xon's Search Improvements add-on, as well as a handful of other add-ons.
Has anyone else run into this problem? Or have any clue what could be wrong?