How to completely update satellite to v6.6

Latest response

Upgraded the satellite to v6.6 getting a WARNING:

[root@rh-satellite ~]# yum info satellite
Loaded plugins: enabled_repos_upload, foreman-protector, langpacks, package_upload, product-id, search-disabled-repos, subscription-manager

WARNING: Excluding 11580 updates due to foreman-protector. 
Use foreman-maintain packages install/update <package> 
to safely install packages without restrictions.
Use foreman-maintain upgrade run for full upgrade.

Installed Packages
Name        : satellite
Arch        : noarch
Version     : 6.6.1
Release     : 1.el7sat
Size        : 0.0  
Repo        : installed
From repo   : rhel-7-server-satellite-6.6-rpms
Summary     : A package for managing application life-cycle for Linux systems
URL         : https://access.redhat.com/products/red-hat-satellite
License     : GPLv2
Description : Provides a package for managing application life-cycle for Linux systems.

Uploading Enabled Repositories Report
Loaded plugins: foreman-protector, langpacks, product-id, subscription-manager
Unable to upload Enabled Repositories Report

Can this warning be ignored - OR - do we need to run the steps mentioned in it?

The doc : https://access.redhat.com/documentation/en-us/red_hat_satellite/6.6/html-single/administering_red_hat_satellite/index#installing-and-updating-packages-on-satellite-server

says to individually update the packages :

# satellite-maintain packages install package_1 package_2 

...there are 11580 updates in the WARNING received earlier

Instead - Can I do :

# satellite-maintain packages unlock
# satellite-maintain packages update *      ....(Here giving '*' expecting all 11580 updates will be applied)
# satellite-maintain packages lock

Ideally I'd expect the unlock+lock happen during the update itself rather than the user have to do it since its quite new. Maybe a candidate for an RFE?

Responses