mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 09:59:19 -04:00
docs: consequences of borg check, fixes #7816
This commit is contained in:
parent
c35cddeb7e
commit
a19ebe5ecc
1 changed files with 3 additions and 1 deletions
|
|
@ -39,8 +39,10 @@ Steps you must take to upgrade a repository:
|
|||
Note: it is not required to upgrade a server, except if the server-side borg
|
||||
is also used as a client (and not just for "borg serve").
|
||||
|
||||
Do **not** run ``borg check`` with borg > 1.2.4 before completing the upgrade steps.
|
||||
Do **not** run ``borg check`` with borg > 1.2.4 before completing the upgrade steps:
|
||||
|
||||
- ``borg check`` would complain about archives without a valid archive TAM.
|
||||
- ``borg check --repair`` would remove such archives!
|
||||
2. Run ``BORG_WORKAROUNDS=ignore_invalid_archive_tam borg info --debug <repo> 2>&1 | grep TAM | grep -i manifest``.
|
||||
|
||||
a) If you get "TAM-verified manifest", continue with 3.
|
||||
|
|
|
|||
Loading…
Reference in a new issue