Skip to content
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

Delete db backup after pulling to not use quota #2405

Merged
merged 1 commit into from
Jul 21, 2020

Conversation

rfay
Copy link
Member

@rfay rfay commented Jul 21, 2020

The Problem/Issue/Bug:

DDEV-Live introduced quota on backups. But ddev pull with ddev-live integration creates a new backup on each pull. So quota is quickly depleted.

How this PR Solves The Problem:

Delete the pulled database after it's pulled.

Manual Testing Instructions:

export DDEV_DEBUG=true
ddev pull

Note the deletion. You can also probe it using ddev live describe backup <backupname>

Automated Testing Overview:

Related Issue Link(s):

Release/Deployment notes:

@rfay rfay merged commit 2458390 into ddev:master Jul 21, 2020
@rfay rfay deleted the 20200721_ddevlive_backups branch July 21, 2020 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant