Synch Prod and Stage

Which IIQ version are you inquiring about?

8.3p1

Hi Devs,

We have multiple SailPoint environments such as Dev, Test, Stage, and Prod. All these environments are inconsistent because different teams work on each environment, except for Prod.

Our business team wants us to bring Stage as close to Prod as possible so that UAT can be performed more efficiently.

I want to understand the best way to deploy the artifacts from prod to stage as we use SVN. If we were using GIT, we could have opened a PR from PROD to stage and performed a merge and deployment.

Thanks,
Sunil.

With SVN you may not have been maintaining the environment specific connection properties. Do you have that information? So that application.xmls can be modified with the lower environment (target system) application details.

Hi @sunilasm,

this is a tipical problem of running project. About me, for maintain in good condition all the enviroment is the communication and organization of the person and teams, independently of programs,projects,ecc…

For SP you can (or must :sweat_smile:) use SSB for deploy.
SSB permit to you to store the different configuration of each environment and choose where deploy the artifatcs.

On git I suggest to you to have a different branch for each environment with the last chages every time.

Personally, I use a mix of VSCode, SSB and GIT to manage a project.