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

Proper signal handling for backup and restore operations #286

Open
bison opened this issue Aug 17, 2023 · 0 comments
Open

Proper signal handling for backup and restore operations #286

bison opened this issue Aug 17, 2023 · 0 comments

Comments

@bison
Copy link
Member

bison commented Aug 17, 2023

It looks like long-running backup and restore operations don't respond to interrupt signals, i.e. I can't Ctrl-C to abort. One issue was that these commands were not using the context from cobra that gets the cancelation on SIGINT, but even with a fix for that in #285, the signal seems to be ignored.

Doe the bulk import and export operations not handle context cancelation maybe? Is it safe to cancel a bulk import midway through?

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

No branches or pull requests

1 participant