IndexedDB → PostgreSQL Migration

Safe one-way migration: read all local records, export with checksums, upload to PostgreSQL, verify counts. IndexedDB is never modified or deleted.

  1. Export all clinical stores from this browser (or load a saved .json file)
  2. Run dry-run analysis against PostgreSQL
  3. Import with skip-existing (default) to prevent duplicates
  4. Review migration report and verify record counts

1. Export from IndexedDB

Reads stores: patients, kpPatients, kpTissues

2. API connection

3. Analyze & import

Migration report

No report yet.