Overview of the Dolt Archive plugin
mainThe dolt-archive plugin provides a three-layered offsite backup strategy to ensure production data is safely moved off the local machine:
- JSONL export: Creates human-readable, diffable snapshots of issues. This is considered the 'last-resort recovery layer' and should be maintained even if other layers fail.
- Git push: Commits the JSONL snapshots to a Git backup repository and pushes them to GitHub.
- Dolt push: Performs native Dolt replication to GitHub or DoltHub remotes.
The plugin is configured with a cooldown of 1h and a timeout of 15m.