I want to move development to production

I'm following this doc but not getting some points , how to move my existing data with production ? https://docs.novu.co/concepts/environments#production-environment
Novu
Environments - Novu
Learn about environments in Novu
17 Replies
Chirag parmar
Chirag parmarOP2mo ago
On this page mentioned this "When moving changes from the development environment to the production environment, you can “Sync” those changes from the Dashboard interface or using the Sync API for your framework based workflow using CI/CD." But not able to find any option in dashboard. so how to open this menu ?
Pawan Jain
Pawan Jain2mo ago
@Chirag parmar As per our previous conversation, I assume you are using old UI based workflows. Can you please confirm?
Chirag parmar
Chirag parmarOP2mo ago
Yes, we used old UI
Pawan Jain
Pawan Jain2mo ago
@Chirag parmar for old dashboard, please use this URL to promote all changes from development to production
Chirag parmar
Chirag parmarOP5w ago
Thank you, But may i know my development, subscribes will atomatically moved to dashboard. I have to update in API key corect ? Or Do i need to do another steps for migrations ?
Pawan Jain
Pawan Jain5w ago
Chirag, you will have to migrate subscribers separately using bulk create subscribers api
Chirag parmar
Chirag parmarOP5w ago
Thank you You mean, we have to get all subscribers from developments and created to productions or is there any way to export json data and import ? Another question if we make any changes for development workflow and that workflow we prompt to production so if make changes in development it will automatically set to production so we have to move manually by click any button
Pawan Jain
Pawan Jain5w ago
Chirag, you will have to promote all changes from changes in history page after updating the workflows in development environment 🙂
Chirag parmar
Chirag parmarOP4w ago
@Pawan Jain Is there any issue in your webhook API condition ?
Pawan Jain
Pawan Jain4w ago
Chirag, Could you share more details? any example or screenshot will help
Chirag parmar
Chirag parmarOP4w ago
See here my api works here
No description
Chirag parmar
Chirag parmarOP4w ago
I added condition like this
No description
Chirag parmar
Chirag parmarOP4w ago
But here not getting actuall value
No description
Novu_Bot
Novu_Bot4w ago
@Chirag parmar, you just advanced to level 6!
Chirag parmar
Chirag parmarOP4w ago
transaction id : "a07bd0ac-fa3d-4ef5-9025-f40f6943aa27" Getting issue for all webhook
Pawan Jain
Pawan Jain4w ago
Chirag

Based on my investigation, your webhook URL is returning this response

{ "message": "No Learner found for the given learnerId" }

Did you find this page helpful?