Commit 8bfc4ee
fix(contrib): allow 5 or 6 backups
If we're checking how many backups are available in the middle of a backup, we may end up with N+1
backups because the old one has not yet been deleted. This is an acceptable case, however the
better fix would be to add checks in the integration tests to determine if a backup is occurring
before checking the number of backups available.1 parent f502600 commit 8bfc4ee
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| |||
0 commit comments