data migrations according to instructions don't work
Hi everyone 
I've been running a novu self hostet instance using docker-compose for a while now. the running version is v0.9.
There are about 16k subscribers and a ton of notifications already stored.
Now i'd like to upgrade to the newest version v0.24.
There's a nice documentation regarding da migrations here: https://docs.novu.co/additional-resources/data-migrations
But they fail.
Let me quick explain the setup:
Running node v18.19.0
Any idea what's the deal to make migrations running?
I've been running a novu self hostet instance using docker-compose for a while now. the running version is v0.9.
There are about 16k subscribers and a ton of notifications already stored.
Now i'd like to upgrade to the newest version v0.24.
There's a nice documentation regarding da migrations here: https://docs.novu.co/additional-resources/data-migrations
But they fail.
Let me quick explain the setup:
- I have running a mongodb on my local machine using docker and imported a dump from the current production version.
- I have cloned the next branch using
git clone git@github.com:novuhq/novu.git - After that i've adjusted the
apps/api/src/.envto point theMONGO_URLto my mongodb
Running node v18.19.0
Any idea what's the deal to make migrations running?