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

Better database copy handling #57

Open
dlbrittain opened this issue Feb 18, 2022 · 0 comments
Open

Better database copy handling #57

dlbrittain opened this issue Feb 18, 2022 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@dlbrittain
Copy link
Collaborator

Currently a workflow can fail during the copying of the live database into a versioned materialized database. This will lead to partially copied databases which use up free space.

There should be a way to check for the current amount of free space and calculate an estimated space requirement for the new db before launching the copy operation and report the error if there is not enough space.

In addtion, if there is a failure during the workflow operations, a custom error handling tasks should cleanup the partially created database and trigger a message indicating why it failed.

@dlbrittain dlbrittain added bug Something isn't working enhancement New feature or request labels Feb 18, 2022
@dlbrittain dlbrittain self-assigned this Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant