Skip to content

Backup & Restore

Terminal window
hmdb backup --out /backups

This compacts the WAL first, then creates a hypermeshdb_YYYYMMDD_HHMMSS.tar.gz archive.

Terminal window
hmdb restore /backups/hypermeshdb_20260409_120000.tar.gz --target /data/restored
Terminal window
curl -X POST http://localhost:8000/v1/backup \
-H "X-API-Key: hmdb_adminkey" \
-d '{"backup_dir": "/backups", "compact_first": true}'