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.
- Export all clinical stores from this browser (or load a saved .json file)
- Run dry-run analysis against PostgreSQL
- Import with skip-existing (default) to prevent duplicates
- Review migration report and verify record counts
Migration report
No report yet.