How to push umbraco upgrade changes from local to server
Hi guys,
I need to upgrade Umbraco in my site from 7.4.1 to 7.4.3. I was able to do the upgradation using 'Nuget package manager console' in my local and it worked perfectly it updated my dev DB and everything worked perfectly. Now I need to push the changes to my staging server.
Can you guys please help me out with what folders dop i need to push to upgrade the Umbraco on my staging server.
When I look in the bin folder the Umbraco dlls are old. DO I just need to copy the Umbraco, Umbraco client and config folders and update the web.config files and it will upgrade the Umbraco?
Or I need to make some other changes.
Any help would be appreciable.
Thank you
If you are running it in Visual Studio, right click on the project - chose publish, and then follow the wizards. If you do a local publish build then you could pretty much copy everything from that folder over to the server (excluding maybe the webconfig that would have to be merged manually probably since you'd have different connectionstrings etc).
How to push umbraco upgrade changes from local to server
Hi guys,
I need to upgrade Umbraco in my site from 7.4.1 to 7.4.3. I was able to do the upgradation using 'Nuget package manager console' in my local and it worked perfectly it updated my dev DB and everything worked perfectly. Now I need to push the changes to my staging server. Can you guys please help me out with what folders dop i need to push to upgrade the Umbraco on my staging server. When I look in the bin folder the Umbraco dlls are old. DO I just need to copy the Umbraco, Umbraco client and config folders and update the web.config files and it will upgrade the Umbraco? Or I need to make some other changes. Any help would be appreciable. Thank you
If you are running it in Visual Studio, right click on the project - chose publish, and then follow the wizards. If you do a local publish build then you could pretty much copy everything from that folder over to the server (excluding maybe the webconfig that would have to be merged manually probably since you'd have different connectionstrings etc).
Thanks Alex, It worked
is working on a reply...