bob B via Mailman-users writes:
Is there a way to rebuild the archives for lists?
If you keep a backup as an mbox file (this is what the "sample archiver" does), you can always reinitialize HyperKitty and reimport as if you were migrating a Pipermail archive from Mailman 2. HyperKitty (and Postorius) have data stores that are independent of those used by Mailman core.
What about rebuilding any static web pages outside the database, is that even necessary?
If you have changed any templates, you would need to reproduce those changes. Otherwise it's presumably just a matter of reinstalling the Django apps and running the "collectstatic" command in the Django manager.
I know in a real disaster the environment will not be down, so I see three scenarios:
They seem plausible (ie, covering all possibilities and the solutions) to me.