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.
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