Skip to main content
February 22, 2023
Question

Deploying to prod

  • February 22, 2023
  • 3 replies
  • 0 views

Hi,

We have pre-prod environment n prod environment.

We have a prod deployment near by.

Deployment is manual85 not yet automated.

Phase 1 is already running successfully in live. Now phase 2 is gng to live..

I am planning to deploy whole application from preprod to live. my application contains groups aswell.

if I take groups from preprod will the users also be effected in prod. Users also will be deployed

    3 replies

    adityag9712
    February 22, 2023

    When we deploy the groups it will not affect the users unless to changed the group hierarchy or application security. So, please go ahead with your groups deployment. 

    abhayd3663
    February 24, 2023

    Users never gets transferred between environments. 

    Apart from your group deployment query, It's not a good choice to deploy the whole application when you already have the version 1.0 running live. Instead of the application deployment you may choose to create a patch with all the objects, the unchanged objects will be discarded during the deployment.

    stefanhelzle0001
    Brainy
    February 24, 2023

    Users are not part of the deployable application objects. So this will not change anything.

    And regarding deploying the whole app. Just do a compare&deploy and go ahead.

    Creating patches can help in certain situations, but are not required in any way. Keep things simple.