Closed (fixed)
Project:
Octopus
Component:
Aegir Hostmaster
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2013 at 11:11 UTC
Updated:
8 Jun 2013 at 05:40 UTC
You might want to patch Hosting Site Backup Manager.
function hosting_site_backup_manager_gc_schema() {
Should be named hosting_site_backup_manager_schema instead.
It is not found with this name.
Which then causes hosting_backup_gc_site_touch() to not work because drupal_write_record just fails (silently because the return value is not checked).
See also the issue in Hosting Site Backup Manager - http://drupal.org/node/1750130
Comments
Comment #1
omega8cc commentedDo you mean it is something to fix on the BOA side or the included module side?
Comment #2
omega8cc commentedOf course thanks for the heads up, but it sounds like something to be fixed in the module anyway, so if you could submit a patch for review at #1750130: Integrate two other backup modules, it would be great.
Comment #3
omega8cc commentedPatch is submitted for review (tested and works fine): #2003904: Issue #1999728 by RunePhilosof - Fix integration with hosting_backup_gc code - otherwise required table is never created