How can I clone the data/information from one environment to another in Dev Portal ?

We have multiple environments test, dev and production. Somehow, we seemed to messed up our "dev" instance/environment in Dev Portal. Since test is almost same as dev, we would like to clone data/information from test environment to dev environment. Can someone help me to do this ?

0 2 984
2 REPLIES 2

Dev Portal consists of code, files and a database. The database and filesystem is where all content and configuration live, so you can copy over the files and database to mirror your Test environment to Dev.

If your site is our our cloud, you can use the Pantheon workflow to copy the files and database from the Test to the Dev environment, see the "Managing Database and Files" section:

https://pantheon.io/docs/pantheon-workflow/#managing-database-and-files-clone,-import,-export,-wipe

@Chris Novak,

Thanks for your answer.