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

New rsyncer threads are generated incorrectly when the year rolls over during a data collection session #424

Open
tieneupin opened this issue Jan 2, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@tieneupin
Copy link
Contributor

tieneupin commented Jan 2, 2025

This is admittedly an edge case, but the usage of datetime.datetime.now().year() when constructing the destination file path for the rsync threads in Murfey led to the creation of incorrect rsync destination paths when the year rolled over from 2024 to 2025 during a Murfey data transfer session.

Additionally, with the way the rsyncinstance PostgreSQL database table was set up, it doesn't appear to be possible to reuse a previously registered rsync instance if Murfey is restarted using the same session_id.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant