Hi There, How can I replicate the production data to Development so t

Hi There,

How can I replicate the production data to Development so that apart from data base active tasks can also be replicated.

Thanks
Ambrish Awadhiya

OriginalPostID-155041

OriginalPostID-155041

  Discussion posts and replies are publicly visible

Parents
  • One option is back-porting where you migrate the KDB files from production to Dev. However, please be advised that you will be migrating not just the data, but the configuration and other information that may be sensitive in nature, You will also lose any changes that you might have done in the dev system - in short, your dev system will become your prod system.
    There are associated items that you should consider here as well. This includes migrating any 'document contents' from Prod to Dev so you can access them.
    Your user population will be that of production. So any user who can log into prod can log into Dev (based on your authentication configuration)
    So in short, you need to plan properly to do such thing.

    What is your use case?
Reply
  • One option is back-porting where you migrate the KDB files from production to Dev. However, please be advised that you will be migrating not just the data, but the configuration and other information that may be sensitive in nature, You will also lose any changes that you might have done in the dev system - in short, your dev system will become your prod system.
    There are associated items that you should consider here as well. This includes migrating any 'document contents' from Prod to Dev so you can access them.
    Your user population will be that of production. So any user who can log into prod can log into Dev (based on your authentication configuration)
    So in short, you need to plan properly to do such thing.

    What is your use case?
Children
No Data