Export Database
Export all your stored URLs and content to a JSON file for backup or migration.
What's included:
- All URLs and their metadata
- Extracted content and embeddings
- Tags and timestamps
- Extraction status information
Import Database
Import URLs and content from a previously exported JSON file.
⚠️ Warning:
- This will add or update records in your database
- Existing URLs will be updated with new data
- Make sure to backup your current database first
Processing...
Instructions
Exporting
Click "Export Database" to download a JSON file containing all your stored URLs and content. The file will be named with a timestamp for easy identification.
Importing
Select a previously exported JSON file and click "Import Database" to restore your data. The import process will:
- Add new URLs that don't exist in your database
- Update existing URLs with any new data
- Preserve all metadata including embeddings and tags
File Format
The export file contains:
- metadata: Export timestamp, record count, and version
- records: Array of URL objects with all their data
Backup Strategy
For best practices:
- Export your database regularly (weekly/monthly)
- Keep multiple backup files in different locations
- Test imports on a fresh database before production use