-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download one Acquia backup database at a time. #111
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@becw, this is a very elegant solution and a great improvement for downloading databases from Acquia! I just had a couple of issues during testing and some questions.
@byrond I've fixed the bugs that you found and made the updates you suggested. I think we're ready to go now? |
Merging so that I can cut a new alpha tag. |
See #103.
This removes the old Acquia database downloading targets in favor of a new task that downloads new backups selectively via the Acquia Cloud API.
To test:
~/.acquia/cloudapi.conf
on your Vagrant box.the-build/build.default.properties.yml
:phing acquia-get-backup
- the latest backup should be downloaded toartifacts/backups
phing acquia-load-backup
- the latest existing backup inartifacts/backups
will be loaded in to the site db