Pulp 2.20 Release Notes¶
Pulp 2.20.1¶
Bug Fixes¶
Fixed upgrade taking a long time due to recursively changes ownership of /var/lib/pulp/ during upgrade.
See the list of bugs fixed in 2.20.1
Pulp 2.20.0¶
New Features¶
Bug Fixes¶
See the full list of bugs fixed in 2.20.0
Upgrade instructions¶
Upgrade using the normal process:
$ sudo systemctl stop httpd pulp_workers pulp_resource_manager pulp_celerybeat pulp_streamer goferd
$ sudo yum upgrade
$ sudo -u apache pulp-manage-db
$ sudo systemctl start httpd pulp_workers pulp_resource_manager pulp_celerybeat pulp_streamer goferd
pulp_streamer
and goferd
should be omitted if those services are not installed.