From 0836e9af6ef3c1175cc84efa4bdc7fa0285c562f Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 17 Dec 2023 14:00:01 -0800 Subject: [PATCH] Updated Upgrading or Merging Archives (markdown) --- Upgrading-or-Merging-Archives.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Upgrading-or-Merging-Archives.md b/Upgrading-or-Merging-Archives.md index afb5684..ccbeb79 100644 --- a/Upgrading-or-Merging-Archives.md +++ b/Upgrading-or-Merging-Archives.md @@ -161,6 +161,8 @@ Two or more existing ArchiveBox collection dirs can be merged together by simply ``` For more information about why Snapshot index files are usually updated lazily, see: https://github.com/ArchiveBox/ArchiveBox/issues/962 +After you've confirmed your Snapshots are present in the new index, the old `index.sqlite3`, `index.json`, `index.html`, etc. main index files from the old archives can be safely deleted. You can optionally merge the contents of `ArchiveBox.conf` (your ArchiveBox config options), `sources/` (copies of all URLs imported in their original format), `logs/` (ArchiveBox error logs and debug info), and other root-level items yourself if that data is important to you. + --- ## Modify the ArchiveBox SQLite3 DB directly