Fork me on GitHub
#datomic
<
2015-11-30
>
dobladez00:11:38

@dmi3y: I had to install the Console from here: https://my.datomic.com/downloads/console, on top of the Datomic Pro installation

dmi3y07:11:11

@dobladez: Thanks. I got it working using standalone datomic console.

greywolve08:11:47

is it possible to restore a datomic database to a particular point in time, so that you can replay transactions at a systems level?

robert-stuttaford08:11:12

bin/datomic -Xmx4g -Xms4g restore-db from-backup-uri to-db-uri (t)

robert-stuttaford08:11:29

> If you do not specify the optional t, the most recent backup will be restored. Note that you can only restore to a t that has been backed up. It is not possible to restore to an arbitrary t.

robert-stuttaford08:11:45

in this quote, i’m not sure what the bolded sentence means by ‘arbitrary'

robert-stuttaford08:11:42

does t have to point to a particular backup, and if so, how do we determine which ones are so available?

greywolve09:11:03

nevermind, we are sorted now simple_smile list-backups shows all t values we can restore to

a.espolov13:11:59

Hello Getting "HornetQNotConnectedException HQ119007: Cannot connect to server (s). Tried with all available servers. "for call (d/create-database uri). I understand this occurs because the server is in the cloud and then run datomic on a private ip

a.espolov13:11:33

Is there a solution to this problem?

Kira Sotnikov18:11:22

a.espolov: hm, are your transactor running correctly?

a.espolov18:11:16

lowl4tency: yes

Kira Sotnikov18:11:50

And do you use backend database as address for connect from peer?

domkm20:11:49

I'm pretty sure the answer is no, but is there a way to have (get an-entity an-enum-attr) return the referenced entity instead of a keyword ident?