You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
p-fernandez
changed the title
🐛 Bug Report: can't run migration when using docker
[NV-3045] 🐛 Bug Report: can't run migration when using docker
Oct 19, 2023
Hi @TNAJanssen at the moment we won't allow running migrations from the docker image directly. For now the only way for running migrations would be to clone the repository inside a server and running the migration from there. Internally we use an ECS ephemeral task for those type of usecases.
The team is planning on finding a better solution for this flow, but at the moment we do not have capacity for this :(
📜 Description
Whe i try to run the migration on docker i get a error message
👟 Reproduction steps
Deploy using docker
Run migration
👍 Expected behavior
Run migration
👎 Actual Behavior with Screenshots
Error: Cannot find module '../../src/config'
Novu version
0.19.0
npm version
No response
node version
No response
📃 Provide any additional context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
🏢 Have you read the Contributing Guidelines?
Are you willing to submit PR?
Yes I am willing to submit a PR!
NV-3045
The text was updated successfully, but these errors were encountered: