Plan an OpenWayback to pywb Migration
pywb offers active development and higher fidelity.
Steps
- Ensure CDX indexes are up to date (
bin/cdx-indexer). - Install pywb:
pip install pywb wb-manager init archive - Configure
collections.yaml:archive: index: /data/cdx/ archive_paths: /data/warcs/ - Test locally:
wb-manager run - Update DNS or reverse proxies to point users to pywb.
Diagram
flowchart TD
A[OpenWayback] --> B[Export CDX]
B --> C[pywb config]
C --> D[Cutover]
Follow the pywb transition guide for detailed equivalence mapping.