Fork me on GitHub
#datomic
<
2017-10-15
>
laujensen08:10:58

I have two databases that I want to merge in a single db, can I just run 2 restore-db's, or will the second overwrite the first?

dominicm08:10:23

Datomic will get angry at you, yep

dominicm08:10:46

It will simply disallow the second restore as the history isn't linear.

dominicm08:10:08

You'll have to do a decant yourself with code, afaik.