We have an environment where application modifications are supposed to move from a DEV environment to UAT environment to PROD.
I've discovered that our DEV environment is not up to date. In act it is an older version of GP that we do not use.
How can I safely clone the production environment to development? I would like to have to prevent installing all of the software, third party tools and customizations all over again for numerous reasons. We have a dedicated database server for each environment. I know how to move and restore the databases to different servers, but once we clone the application server to DEV, what steps should be taken to point everything the DEV database server?