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.
Could you please elaborate on your suggestion here to backfill to empty prod spaces? In the Deployment pipeline I only see the ability to deploy forward not backward.
You can only do it if dev and test workspaces are totally empty.