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

Consider adding support for update-in-place #8

Open
wardle opened this issue Apr 27, 2024 · 0 comments
Open

Consider adding support for update-in-place #8

wardle opened this issue Apr 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@wardle
Copy link
Owner

wardle commented Apr 27, 2024

For some installations, it might be useful to be able to update-in-place.

That means a server could run a cron job and update weekly automating maintenance.

The current model is that a data file is immutable once created. We would have to take care to ensure an update process did not result in temporarily broken concurrent read operations, but this is likely to be simple to check and fix if required.

@wardle wardle added the enhancement New feature or request label Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant