git-annex/doc/bugs/v8_repo_auto_upgrades_to_v10.mdwn
Joey Hess e05dd70544
handle upgrading repositories initialized with --version=9
As was attempted earlier in the buggy commit 0d2e3058ee

Avoided the bug that had by making the upgrade log be updated after each
upgrade step. So, after upgrade from v8 to v9, the log is updated, and
so Upgrade.V9's timeOfUpgrade check will find that it was upgraded
recently and so won't let it skip ahead to v10.

Sponsored-by: k0ld on Patreon
2022-09-26 12:59:51 -04:00

19 lines
440 B
Markdown

### Please describe the problem.
v8 repo automatically upgrades to v10 which is contrary to what the changelog states here [[news/version_10.20220822]].
### What steps will reproduce the problem?
```
git init
git annex init --version 8
git config annex.version
git annex info > /dev/null
git config annex.version
```
### What version of git-annex are you using? On what operating system?
10.20220822 Linux
> [[fixed|done]] --[[Joey]]