You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This is admittedly an edge case, but the usage of
datetime.datetime.now().year()
when constructing the destination file path for thersync
threads in Murfey led to the creation of incorrectrsync
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 samesession_id
.The text was updated successfully, but these errors were encountered: