Benjamin Smith
2019-Apr-08 20:20 UTC
[CentOS] In place upgrade of RHEL 8 Beta to CentOS 8?
I'm about to rebuild a server, currently running CentOS 6. If I have to do an OS reinstall, my intention is to upgrade, as it's the oldest OS server under my purview. As this server is pretty low visibility, I'd like to see if I can start using EL 8 instead of 7.x. In the past, I was able to switch between different OS variants by simply changing out the yum.d files; EG: RHEL 6.x becomes CentOS 6.x by replacing a single RPM and doing a `yum -y clean all; yum -y update` without issue. How likely is it that similar functionality will exist switching from RHEL 8 Beta to CentOS 8 final? Google pounding provided little info. I couldn't even find useful information for the transition from RHEL 7 Beta. Ben
Stephen John Smoogen
2019-Apr-08 23:00 UTC
[CentOS] In place upgrade of RHEL 8 Beta to CentOS 8?
On Mon, 8 Apr 2019 at 17:01, Benjamin Smith <lists at benjamindsmith.com> wrote:> > I'm about to rebuild a server, currently running CentOS 6. If I have to do an > OS reinstall, my intention is to upgrade, as it's the oldest OS server under > my purview. As this server is pretty low visibility, I'd like to see if I can > start using EL 8 instead of 7.x. > > In the past, I was able to switch between different OS variants by simply > changing out the yum.d files; EG: RHEL 6.x becomes CentOS 6.x by replacing a > single RPM and doing a `yum -y clean all; yum -y update` without issue. > > How likely is it that similar functionality will exist switching from RHEL 8 > Beta to CentOS 8 final? Google pounding provided little info. I couldn't even > find useful information for the transition from RHEL 7 Beta. >You are comparing 2 different things. What you are seeing is a 'finished' release of 6.x to latest CentOS-6 which is much different from going from say RHEL-6beta to CentOS-6. Betas of RHEL have normally had major changes between beta and final versions. Going from EL6beta to EL6.0 or EL7beta to EL7 required some manual work each time for anything beyond the base install because packages were removed or settings changed majorly between them. If you have the time to play around with it, then sure you might make it work.. you might also wipe and reinstall.> Ben > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos-- Stephen J Smoogen.
On 4/8/19 3:20 PM, Benjamin Smith wrote:> I'm about to rebuild a server, currently running CentOS 6. If I have to do an > OS reinstall, my intention is to upgrade, as it's the oldest OS server under > my purview. As this server is pretty low visibility, I'd like to see if I can > start using EL 8 instead of 7.x. > > In the past, I was able to switch between different OS variants by simply > changing out the yum.d files; EG: RHEL 6.x becomes CentOS 6.x by replacing a > single RPM and doing a `yum -y clean all; yum -y update` without issue. > > How likely is it that similar functionality will exist switching from RHEL 8 > Beta to CentOS 8 final? Google pounding provided little info. I couldn't even > find useful information for the transition from RHEL 7 Beta. >There will not be any plan to do that, no. Nor could you upgrade from RHEL-8 beta to RHEL-8. They just don't build it with that in mind. As Smooge said .. it might be possible. But the whole point of the beta is to allow for design changes. The full package set was likely not completely set, so some things could be removed or added and a bunch of manual removals, re-installs would be required. Different libraries may be linked. Etc, etc. I can't see almost any circumstance where I would recommend doing this. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20190409/e396d008/attachment.sig>
Benjamin Smith
2019-Apr-10 15:44 UTC
[CentOS] In place upgrade of RHEL 8 Beta to CentOS 8?
On Tuesday, April 9, 2019 7:40:01 AM PDT Johnny Hughes wrote:> On 4/8/19 3:20 PM, Benjamin Smith wrote: > > I'm about to rebuild a server, currently running CentOS 6. If I have to do > > an OS reinstall, my intention is to upgrade, as it's the oldest OS server > > under my purview. As this server is pretty low visibility, I'd like to > > see if I can start using EL 8 instead of 7.x. > > > > In the past, I was able to switch between different OS variants by simply > > changing out the yum.d files; EG: RHEL 6.x becomes CentOS 6.x by replacing > > a single RPM and doing a `yum -y clean all; yum -y update` without issue. > > > > How likely is it that similar functionality will exist switching from RHEL > > 8 Beta to CentOS 8 final? Google pounding provided little info. I > > couldn't even find useful information for the transition from RHEL 7 > > Beta. > > There will not be any plan to do that, no. Nor could you upgrade from > RHEL-8 beta to RHEL-8. They just don't build it with that in mind. > > As Smooge said .. it might be possible. But the whole point of the beta > is to allow for design changes. The full package set was likely not > completely set, so some things could be removed or added and a bunch of > manual removals, re-installs would be required. Different libraries may > be linked. Etc, etc. > > I can't see almost any circumstance where I would recommend doing this.Thank you. Gonna roll with 6 for a few more years then.