Dima Grossman
Dima Grossman
NNovu
Created by isaiahdahl on 11/15/2024 in #🚀│general
Is there a migration path from v0.x to v2.x self hosted?
And yes, there is no practical way to run those from within the docker container at the moment
15 replies
NNovu
Created by isaiahdahl on 11/15/2024 in #🚀│general
Is there a migration path from v0.x to v2.x self hosted?
@todd internally we have a custom deployment service that runs migrations on AWS and is triggered by our team. As mentioned, by policy any changes are backward compatible and non schema migrations is needed for any deployment. So any migration can be run after the service was already deployed unless specified otherwise. Those migrations are usually for cleanup purposes, and schema alignment.
15 replies
NNovu
Created by isaiahdahl on 11/15/2024 in #🚀│general
Is there a migration path from v0.x to v2.x self hosted?
Hi @todd, you are 100% correct, there is currently no automated migration in place that is available. And migrations are ran during deployments. We are trying to keep updates without any migrations needed, unless it's completly required and than it will be noted within the release notes. With v2 API, is still compatible with older workflows and notification center. How-ever, we are currently introducing the new dashboard to be available with the self-hosted edition, which will open a new workflow management paradigm, which works with the v2 endpoints. Once we have this available we will provide a guide of migration v0 workflows to v2 workflows, but this will not be required, as the older workflows will still continue to work. There is a documenation page available here: https://docs.novu.co/community/self-hosting-novu/data-migrations I've just noticed that it was not properly migrated to the new docs provider so it was only avialable on the v0.x docs, feel free to issue a PR against this page with any additions 🙏 So just to wrap it, once the new dashboard UI will be avilable on the v2 release, we will provide a proper migration guide for your workflows.
15 replies
NNovu
Created by TestAccount123 on 12/27/2024 in #💬│support
i am bit confused on novu cloud sync using github action
You should be able to use multiple environments there without the framework
8 replies
NNovu
Created by TestAccount123 on 12/27/2024 in #💬│support
i am bit confused on novu cloud sync using github action
Try creating a new organization here https://dashboard-v2.novu.co
8 replies
NNovu
Created by TestAccount123 on 12/27/2024 in #💬│support
i am bit confused on novu cloud sync using github action
But it is not required
8 replies
NNovu
Created by TestAccount123 on 12/27/2024 in #💬│support
i am bit confused on novu cloud sync using github action
Hi @TestAccount123 we recently launched the dashboard where you can create workflows from the UI directly, the github sync is only needed when creating workflows using code with the Framework SDK: https://docs.novu.co/framework/overview
8 replies
NNovu
Created by Shisheer on 12/5/2024 in #💬│support
Redis clarification
@Shisheer redis for caching is used only for caching results, feeed, frequent queries etc and is optional, the REDIS_HOST is used for queue management for the worker service, and is required to run novu
6 replies
NNovu
Created by tonyht on 11/24/2024 in #💬│support
Socket updates stopped working!
@tonyht could you please send to [email protected] the email address associated to your account so we can escalate this with our engineering team? Unfortuently I'm not able to reproduce this with any of our testing users. Will review deeper the logs associated with your tenant
15 replies
NNovu
Created by Julien on 11/26/2024 in #💬│support
External Providers
Will pass this to the team
3 replies
NNovu
Created by Julien on 11/26/2024 in #💬│support
External Providers
Hi @Julien currently it's possible to use a "Custom Step" for implementing a custom logic for execution. For email only SMTP allowed today.
3 replies
NNovu
Created by iStun4Fun on 11/26/2024 in #💬│support
Better Readme on Novu Init
@iStun4Fun just to make sure I understood you, do you mean updating the readme with the content from the UI?
4 replies
NNovu
Created by iStun4Fun on 11/26/2024 in #💬│support
Isnt notifications updatable?
Another potential solution I can think of, is to render dynamic notification content when building your headless implementation. For example in the payload pass the "document_id" and when rendering hydrate the document based on the id to render the lateast status. Will something like that work for you?
18 replies
NNovu
Created by iStun4Fun on 11/26/2024 in #💬│support
Isnt notifications updatable?
Do you currently use the novu/react package? or the older novu/notification-center
18 replies
NNovu
Created by iStun4Fun on 11/26/2024 in #💬│support
Isnt notifications updatable?
Hi, let me check with the team if someone have an idea to achieve this usecase
18 replies
NNovu
Created by sheena on 11/21/2024 in #🚀│general
novu framework questions
Yes, currently this is not supported. I think we can add a try catch block inside of FCM, and throw a token expired error to remove it from the subscriber. That's the suggest flow is that correct?
22 replies
NNovu
Created by sheena on 11/21/2024 in #🚀│general
novu framework questions
Thank you for the feedback! we are going to invest in better reporting and activity feed as part of the new dashboard experience we are working on. I'm passing your feedback to the team 🙏
22 replies
NNovu
Created by sheena on 11/21/2024 in #🚀│general
novu framework questions
Are you using our cloud environment? In this case could you please send me in a DM your account email address?
22 replies
NNovu
Created by Vivek on 11/20/2024 in #💬│support
Using multiple WA template in single workflow
Unforuently not, a subscriber currently only have a single phone for sms.
4 replies
NNovu
Created by Vivek on 11/20/2024 in #💬│support
Using multiple WA template in single workflow
Hi Vivek, unfortuently currently only a single template is allowed with whatsapp templates. You would have to split this in to 2 different workflows at the moment
4 replies