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

Backups are not purged or used during restore correctly when nodes share a backup directory #38

Closed
komlenic opened this issue Oct 12, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@komlenic
Copy link
Owner

Consider two nodes in a project that share/use the same directory for backups (in one example this directory is an NFS mount on multiple servers): When remove_old_backups() is run, currently the node name is not considered, only the dates of the backups.

Additionally, the most recently dated backup is used for a restore - and this could theoretically not be the correct backup from the correct node, in a situation where nodes share a backup directory.

Fixing this issue involves segmenting backups that are considered for purge or use in a restore, by node name.

@komlenic komlenic added the bug label Oct 12, 2016
@komlenic komlenic added this to the 0.3.0 Release milestone Oct 12, 2016
@komlenic komlenic self-assigned this Oct 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant