XFdestek
Kurucu Üye
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...
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...