We are currently performing maintenance on Appian Community. As a result, discussions posts and replies are temporarily unavailable. We appreciate your patience.

Replica of PROD

Is it possible to replicate the production data to Dev server(this is a backup for Dev). If so will i able to see all the active instances and active tasks.
What are the complications ? We will take care of DB data.

OriginalPostID-249899

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    we follow below process in our project
    1. copy the kdb from prod to dev environment
    2. Update the environment config constant if any so that it should not refer to prod.
    3. create a utility process model to update the email addresses of users in dev system to test email address after kdb deployment.

    Note: If you are doing these first time make sure you document the process so that next time you dont need to reinvent the wheel.
Reply
  • 0
    Certified Lead Developer
    we follow below process in our project
    1. copy the kdb from prod to dev environment
    2. Update the environment config constant if any so that it should not refer to prod.
    3. create a utility process model to update the email addresses of users in dev system to test email address after kdb deployment.

    Note: If you are doing these first time make sure you document the process so that next time you dont need to reinvent the wheel.
Children
No Data