I want to migrate my code to one of my dev-environment. But my live environment is disturbing. I have performed following steps.
Steps :
-
Imported the DB and Files from Live environment to Dev-environment (abc_dev environment).
-
Take a backup of all code, DB and file folders on Dev-environment (abc_dev environment).
-
Take a codebase i.e. all.zip file from GitHub on our system.
-
If I import the all.zip file on abc_dev environment then my live_dev environment is getting disturb (Not rendering the APIs pages).
May be this is happened due to single edge connection share between both dev(abc_dev) and live environment (abc_live).
Please let me know the correct procedure of migration activity for this kind of situation.