I have two environments for my EPiserver CMS 8 project, the project is not in production yet:
- Local/development evironment. Here I've changed some pagetypes, some controller code and added one scheduled job .
- Stage environment, where some users are introducing some content for testing the Editor interface.
I want to update the stage environment with my changes on local environment, without loss of data in stage environment.
For now I'm publishing my visual studio solution to a local directory, and copying the files from local to stage environment.
Must I update the database too?, Must I Export data from stage database, and import it to new database??
How must I proceed?? Is there a step-by-step process guide somewhere on how do such updates from one environment to another????
Regards