From cf4d61b16e66041af26afaa91bbaf000f84726a3 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 10 Feb 2026 20:00:23 +0000 Subject: [PATCH] Mark backup import task as done Backup restored via admin UI, migrations ran, Redis restart needed after OOM during restore. All community.cadcad.org content imported. Co-Authored-By: Claude Opus 4.6 --- ... Import-existing-community.cadcad.org-backup.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/backlog/tasks/task-2 - Import-existing-community.cadcad.org-backup.md b/backlog/tasks/task-2 - Import-existing-community.cadcad.org-backup.md index ef4ad18..cbe5a33 100644 --- a/backlog/tasks/task-2 - Import-existing-community.cadcad.org-backup.md +++ b/backlog/tasks/task-2 - Import-existing-community.cadcad.org-backup.md @@ -1,9 +1,10 @@ --- id: task-2 title: Import existing community.cadcad.org backup -status: To Do +status: Done assignee: [] created_date: '2026-02-10 02:22' +updated_date: '2026-02-10 20:00' labels: [] dependencies: [] priority: high @@ -14,3 +15,14 @@ priority: high Obtain .tar.gz backup from existing Discourse admin panel, upload to Netcup, run restore script. Requires coordination with whoever manages the current instance. + +## Implementation Notes + + +Completed 2026-02-10: +- Backup restored via Discourse admin UI +- Migrations ran successfully (dozens of schema migrations from older version) +- Redis crashed during restore (OOM) causing 500 errors +- Fixed by restarting unicorn + redis services inside container +- All community.cadcad.org content now imported +