Upgrading

You must upgrade packagecloud:enterprise versions in order, skipping versions might lead to failures in the upgrade process and leave your system in an inconsistent state.

Upgrading on Debian or Ubuntu systems

  1. Run sudo apt-get update to update your local repository cache so apt can "see" the new version.
  2. Run sudo apt-get install packagecloud to install the latest version.
  3. Run sudo packagecloud-ctl reconfigure to configure the new version and generate any needed config files.
  4. Run sudo packagecloud-ctl restart to restart all services

Upgrading on CentOS or RHEL systems

  1. Run sudo yum update to update your local repository cache so yum can "see" the new version.
  2. Run sudo yum install packagecloud to install the latest version.
  3. Run sudo packagecloud-ctl reconfigure to configure the new version and generate any needed config files.
  4. Run sudo packagecloud-ctl restart to restart all services

Related Pages