This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-17
Channels
- # aws (3)
- # beginners (104)
- # boot (11)
- # calva (3)
- # clj-kondo (1)
- # cljdoc (6)
- # cljs-dev (23)
- # cljsrn (1)
- # clojure (144)
- # clojure-dev (54)
- # clojure-europe (6)
- # clojure-italy (2)
- # clojure-nl (26)
- # clojure-spec (6)
- # clojure-sweden (1)
- # clojure-uk (13)
- # clojurescript (38)
- # core-async (9)
- # cursive (14)
- # data-science (3)
- # datascript (22)
- # datomic (17)
- # figwheel (1)
- # fulcro (4)
- # graphql (6)
- # hoplon (59)
- # jackdaw (2)
- # jobs (6)
- # jobs-discuss (44)
- # juxt (14)
- # leiningen (1)
- # luminus (3)
- # nrepl (3)
- # off-topic (12)
- # re-frame (24)
- # reagent (7)
- # reitit (7)
- # rewrite-clj (1)
- # schema (1)
- # shadow-cljs (37)
- # spacemacs (4)
- # sql (25)
- # testing (12)
- # tools-deps (11)
- # utah-clojurians (1)
Dynamos continuos backup service serve as datomic backup? (on prem) Can I restore it?
@souenzzo no https://docs.datomic.com/on-prem/ha.html#other-consistent-copy-options - DDB backup does not guarantee transactional ordering so is not a suitable option for Datomic backup
Anyone know from the top of their head why my web Ion respond with {“message”:“Missing Authentication Token”} ?
https://docs.datomic.com/cloud/ions/ions-tutorial.html#deploy-apigw “Append “/datomic” to the URL, and call your web service via curl”
I'm getting this error, and I'm kind of baffled: https://gist.github.com/eraserhd/6428493dc8e77342800e111d445d2fa9
I... think the only possibility is that there's an attribute in the database that hasn't been installed? So it can't be altered? Is that possible?
I ran a (d/transact conn [[:db/add :db.part/db :db.install/attribute :taskexec/depends-on]])
and retried, getting the exact same error.