go-threads
go-threads copied to clipboard
Request: export and restore from snapshots
Hey there! Wondering what it would take to be able to export an entire threads DB as a snapshot file, and then be able to recover a threads DB from the snapshot (think disaster recovery).
Could copy inspiration from mongo on this: https://docs.mongodb.com/manual/tutorial/restore-replica-set-from-backup/#restore-database-into-a-single-node-replica-set
Is this already possible, but just not exposed in the API?
mark