RHEL upgrade asking for apigee repo upgrade

when i try upgrade RHEL in out UAT servers where apigee is installed
there is apigee repo which will install some package along with rhel os

so my doubt is will this effect anything for currect apigee running waht kid of package is getting isntalled

my aim is to just to upgrade RHEL os no apigee how can i do this any idea and suggest please

Hi @be_ta thanks for your question, we’ll keep it on our radar and ensure it gets noticed.

In the meantime, we invite you to join us for our upcoming Community Techtalk on March 19 | Mobile Device Flow implementation for Apigee X/Hybrid - RSVP here!

If you are looking to exclude specific repositories from updates when running dnf update there are a few options

From man dnf the most direct flag would be --exclude

-x, --exclude=package
              Exclude a specific package by name or glob from all repositories, so yum works as if that package was never in the repositories.  This is  commonly
              used so a package isn't upgraded or installed accidentally, but can be used to remove packages in any way that "yum list" will show packages.

So if you want to exclude the apigee-* and edge-* class packages it would look like this.

sudo dnf --exclude="apigee-*" --exclude="edge-*"

Alternatively you can exclude a repo from activities.


--disablerepo=<repoid>
    Disable specific repositories by an id or a glob. This option is mutually exclusive with --repo.
sudo dnf --disablerepo="apigee-repo"

can i install apigee repo along with RHEL update
will there be any issue in using apigee after update need help on this from this blog expecting a clear and validated suggestion
this server is like one of the apigee node where iam trying to upgrade RHEl os

thanks

While utilizing the package manager for incremental updates should work for apigee- and edge-* packages. I would recommend following published documentation on how to move between minor versions. For example: https://docs.apigee.com/release/notes/4530006-edge-private-cloud-release-notes#updateprocedure