Fork me on GitHub
#datomic
<
2024-01-15
>
Mateusz Mazurczak13:01:14

What's the suggested way of working with datomic pro? I'm getting AMQ219007 Cannot connect to server(s) when re-deploying so I wonder if the setup is correct. So I have PostgreSQL db deployed separately. And I deploy together transactor + my app And each time I deploy my app with transactor I start transactor that connects to that one postgresql db. I've noticed that if I stop the app, clean the connections to postgresql and start transactor with app everything works correctly. But when I redeploy app+transactor I get this error (AMQ219007). (While redeploying there is a moment when both, previous and new transactor running, both connecting to the same postrgresql db and with the same db name). Is this expected to happen in that situation? I didn't find in documentation anywhere that you can't have multiple transactors to the same db.