Closed (fixed)
Project:
Aegir Hosting Tasks Extra
Version:
7.x-3.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2016 at 14:38 UTC
Updated:
13 Sep 2016 at 11:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
helmo commentedComment #4
helmo commentedComment #5
memtkmcc commentedThis breaks the db update task completely.
You can't call
drush_provision_drupal_provision_backup_suggest_filename()without addinginclude_once($provision_dir . '/platform/backup.provision.inc');first.Comment #6
memtkmcc commentedAttached patch fixes the problem.
Comment #8
helmo commentedThanks, committed.