| date | 2018-05-02 20:55:50 +0000 | |
|---|---|---|
| title | Pulp 2.16.1 | |
| author | Brian Bouterse | |
| tags |
|
Pulp 2.16.1 is now available in the stable repositories:
This release includes bugfixes for Docker Support, and RPM Support.
The Pulp 2 stable repositories are included in the pulp repo files:
After enabling the pulp-stable or pulp-2-stable repository, you'll want to follow the standard upgrade path with migrations:
$ 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 goferdThe pulp_streamer and goferd services should be omitted if those services are not installed.