N
Novu9mo ago
todd

MongoDb (Atlas) database/collections provisioning

With mongodb, I am struggling to see a database/collections. Locally as development docker-compose it is all going transparently. Moving to a production self-hosting, it seems to have all changed (and, yes, NODE_ENV=production). Is the database and collections created on startup? If so which service does this (ie where in the code)? I have provisioned a atlas mongodb, does that make a difference? I am sorry that I haven't worked with mongodb in a few years and out of touch with provisioning and migrations. Links to any internal/external documentation will suffice as well as answers. Thanks in advance.
2 Replies
Pawan Jain
Pawan Jain9mo ago
Hi @todd Are you successfully able to run novu in your prod server?
todd
todd9mo ago
Not yet. @Pawan Jain I now have it going.