From 7a19b9192eef4df808123a1bb8a5803bcb38dac8 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 12 Apr 2022 18:03:21 -0400 Subject: [PATCH] Updated Upgrading or Merging Archives (markdown) --- Upgrading-or-Merging-Archives.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Upgrading-or-Merging-Archives.md b/Upgrading-or-Merging-Archives.md index 1a7407f..02e7735 100644 --- a/Upgrading-or-Merging-Archives.md +++ b/Upgrading-or-Merging-Archives.md @@ -30,6 +30,11 @@ The `ArchiveBox.conf` file is not modified by upgrades and should remain forward As of v0.4 and above, ArchiveBox uses the Django migrations system for deterministic, atomic, safe upgrades, so your DB should always be left in a consistent state in the event of a failure or power outage. If you need help fixing a corrupted collection, open an issue using the link above. +More info: +- https://docs.djangoproject.com/en/4.0/topics/migrations/ +- https://github.com/ArchiveBox/ArchiveBox/wiki/Upgrading-or-Merging-Archives#database-migrations-errors-or-upgrade-issues +- https://github.com/ArchiveBox/ArchiveBox/wiki/Troubleshooting + --- ### Upgrading with Docker Compose