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

remove tmp directory upon successful processing #101

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

miklcct
Copy link
Contributor

@miklcct miklcct commented Oct 7, 2024

dtd2mysql has never removed temporary files in the past, however, the change of #99 to allow multiple copies running simultaneously means that every run a new folder is created, and it can result in filling up disk space if the /tmp is never cleaned.

This change removes the created temporary folder when the command is successful. It requires bumping Node version from 14.0 to 14.14 , and fs-extra is no longer needed.

@linusnorton linusnorton merged commit 7461158 into planarnetwork:master Oct 7, 2024
4 checks passed
@linusnorton
Copy link
Collaborator

Thanks

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.

2 participants