Hi all,
I am running 5.4
After running
sudo yum clean all sudo yum update
We got it upgraded to 5.6
cat /etc/redhat-release CentOS release 5.6 (Final)
So, how can I get it my CentOS from 5.6 to 6.0?
[vuhung@-08 ~]$ sudo yum update Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.vietoss.com * extras: mirror.vietoss.com * updates: mirror.vietoss.com Setting up Update Process No Packages marked for Update
TIA,
Vu Hung
centos-bounces@centos.org wrote:
Hi all,
So, how can I get it my CentOS from 5.6 to 6.0?
Backup data Clean install Restore data.
Insert spiffy .sig here: Life is complex: it has both real and imaginary parts. Life is not measured by the number of breaths we take, but by the moments that take our breath away.
//me ******************************************************************* This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept for the presence of computer viruses. www.Hubbell.com - Hubbell Incorporated**
On 7/18/2011 9:08 AM, Brunner, Brian T. wrote:
centos-bounces@centos.org wrote:
Hi all,
So, how can I get it my CentOS from 5.6 to 6.0?
Backup data Clean install Restore data.
You left out the hard part which is ensuring that 'data' does not conflict with any new files from the 6.x install, which anything under /etc or /var most likely will, and then making sure that the parts of 'data' that you need from those conflicting files are added back in a compatible way, which will generally be non-trivial.
Les Mikesell wrote:
On 7/18/2011 9:08 AM, Brunner, Brian T. wrote:
centos-bounces@centos.org wrote:
Hi all,
So, how can I get it my CentOS from 5.6 to 6.0?
Backup data Clean install Restore data.
You left out the hard part which is ensuring that 'data' does not conflict with any new files from the 6.x install, which anything under /etc or /var most likely will, and then making sure that the parts of 'data' that you need from those conflicting files are added back in a compatible way, which will generally be non-trivial.
Less, are you talking about user data (meant by Brian) or about config data of the system?
On 7/18/2011 10:37 AM, Ljubomir Ljubojevic wrote:
So, how can I get it my CentOS from 5.6 to 6.0?
Backup data Clean install Restore data.
You left out the hard part which is ensuring that 'data' does not conflict with any new files from the 6.x install, which anything under /etc or /var most likely will, and then making sure that the parts of 'data' that you need from those conflicting files are added back in a compatible way, which will generally be non-trivial.
Less, are you talking about user data (meant by Brian) or about config data of the system?
The system isn't going to work the way you expect until you do both, so I guess the answer is 'yes'.
You can sort-of generalize about how to handle your config data under /etc and all of the application dot-files in home directories, and your databases and applications with data under /var, but there are a lot of special cases.