Closed (fixed)
Project:
Provision
Version:
6.x-2.x-dev
Component:
Drush integration
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2013 at 01:38 UTC
Updated:
12 Jun 2014 at 08:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
helmo commentedTo place a cross ref, http://drupal.org/node/1678528#comment-7120130 also mentions this
Comment #2
helmo commentedprovision_save_site_data() was being caled from provision_drupal_drush_exit()
And even though it filters on "provision-(save|delete)" it get's calleg for other commands such as backup.
Comment #3
anarcat commentedyeah, I opened this issue while working on the uninstall script, because I noticed that provision-delete didn't delete the whole directory anymore, strangely enough. This seems like a great fix, thanks!
is 1.x affected by this? i would be surprised (so I'm not backporting), but let me know if it is.
Comment #4
helmo commentedI think it's drush 5 related, so no need for a backport.