XF 1.5 Backup xengallery tables => error

rhs

Active member
Hi,

i have 2 forums with XF 1.5 and XenGallery. In one forum i have problems with backup the xengallery tables:
...

57278 inserted records (size of backupfile: 5.42 MB)
Dumping table `xengallery_exif_cache` (Type InnoDB):
.
0 inserted records (size of backupfile: 5.42 MB)
Dumping table `xengallery_field` (Type InnoDB):
.
1 inserted records (size of backupfile: 5.42 MB)
Dumping table `xengallery_field_category` (Type InnoDB):
.
1 inserted records (size of backupfile: 5.42 MB)
Dumping table `xengallery_field_value` (Type InnoDB):
.
12 inserted records (size of backupfile: 5.42 MB)
Dumping table `xengallery_media` (Type InnoDB):

The backup stops after xengallery_media, the next table xengalley_media_view is not backed up and the backup job (created with MySQLDumper) stopped without error msg.

A repair of this table has not change the situation. The table ist readable and has no errors in XF but even the backup is not ok.

What can i do?
 
There's not really anything that we can do that would allow interference with a backup process. If we could, that's really an issue with the backup tool itself. Thus, you may need to reach out to the MySQLDumper developers.

You may wish to try just using mysqldump itself for the backup if you're having problems with another tool.
 
Yes Mike, but the same problem occurs with mysqldump, the backup stopped at table xengallery_media_view ... My question is, what can or should i do with xf to "repair" this table?
 
It's a memory table, so there isn't really anything you can do with it. I suppose you could empty the table (though that query is actually run on the table hourly, which should recreate it). What about other memory tables like xf_attachment_view or xf_thread_view?

I could only guess it's indicative of other server issues if tables are failing to dump.
 
Thank you, i will try this with empty the memory table. I have no problems with other tables. And, no problems backup other xf-databases on the same server ...
 
Top Bottom