Forum Discussion
Pipeline copy/move from Prod to development
- 4 years ago
you can back-port from Prod to ITG, and from ITG to DEV. I don't think you can back-port from Prod to DEV directly.
- 4 years ago
Don't know how many objects you're dealing with but would something like this work in order to maintain stuff in the production space...
1) Save out copies from existing dev/test spaces.
2) Publish everything that doesn't already exist in prod.
3) Wipe your dev and test spaces
4) Backfill to empty spaces from prod.
5) Publish "correct" dev versions into the dev workspace over the top.
I think that will at least protect guids for production.
you can back-port from Prod to ITG, and from ITG to DEV. I don't think you can back-port from Prod to DEV directly.
Thank you.
We are seeing only option as doing manually
- Download and upload each artifact, like fresh new reports from prod to dev
- For each one, fix the guid/links ...
- By doing this, we may lose our history of changes or refresh history.