Fork me on GitHub
#datomic
<
2020-02-09
>
Sven13:02:04

Is it possible to somehow disable delete-database in Datomic Cloud or even better - disable the deletion of specific (e.g. prod) databases? If not then how do people deal with the possibility that any engineer who has access do datomic can trigger delete-database via client api? If such scenario has happened - how can one restore the database as all the data is actually not deleted?

👍 4
joshkh15:02:08

no big deal, but there's a markup error in the Cloud docs here: https://docs.datomic.com/cloud/getting-started/get-connected.html#access-gateway > To connect to the access gateway, run the [[../operation/howto.html#datomic-access[datomic-access]] script...

bbloom18:02:00

is there a way to resolve tempids within a transaction function?

favila20:02:49

No, as they are not resolved yet

bbloom21:02:45

ok - thanks