diff --git a/Upgrading-or-Merging-Archives.md b/Upgrading-or-Merging-Archives.md index d84aec4..1a9615f 100644 --- a/Upgrading-or-Merging-Archives.md +++ b/Upgrading-or-Merging-Archives.md @@ -51,9 +51,11 @@ archivebox init # run init to upgrade the collection to the latest versio cd /path/to/archivebox1/data archivebox init --setup + archivebox status cd /path/to/archivebox2/data archivebox init --setup + archivebox status # ... repeat the same for each collection if merging more than two ```