PDA

View Full Version : [ubuntu] upgrade ubuntu server to where other server is upgraded to



praneethu
October 13th, 2017, 04:29 PM
Here is a scenario where there are 2 ubuntu machines. One is testing server and one is production server.

To implement server upgrades, i need to upgrade the testing server on one day and if no issues seen even after 2 weeks, then i need to upgrade the production server till be date the testing server was upgraded to.

I am not sure how i can implement it. Because, after 2 weeks, when i do sudo-apt-get update and sudo apt-get dist-upgrade, i will be installing the packages which are newer and not tested on testing environment.

I did search in this forums and in google, but i could not find something specific scenario like this. So, it would help if someone can guide me or share relevant articles regarding this.