Skip to content

Commit

Permalink
Add drush-backups directory to fix sql-sync with Drush 7
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed May 21, 2015
1 parent a2d47ce commit 950f7cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ mounts:
"/public/sites/default/files": "shared:files/files"
"/tmp": "shared:files/tmp"
"/private": "shared:files/private"
"/drush-backups": "shared:files/drush-backups"

# The hooks executed at various points in the lifecycle of the application.
hooks:
Expand Down

1 comment on commit 950f7cd

@Barry-Fisher
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bump on this. I had to submit a support request after getting errors with running sql-sync.

I've sorted our issue by adding a mount point for drush-backups.

Any chance of merging this PR in soon for 950f7cd?

Please sign in to comment.