Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Uninstall

Julio Capote edited this page Nov 22, 2016 · 3 revisions

We've moved! Please visit our new wiki and update your bookmarks.

WARNING

It is STRONGLY RECOMMENDED that a final backup is taken prior to uninstalling packagecloud:enterprise.

Once packagecloud:enterprise is uninstalled, your package data will not be recoverable from S3 unless a recent backup was taken.

Uninstall

Begin by taking a backup:

sudo packagecloud-ctl backup-all

Next, run the uninstall command:

sudo packagecloud-ctl uninstall

Finally, remove the packagecloud software from the machine.

If you are using Ubuntu or Debian, run:

sudo apt-get remove --purge packagecloud

If you are using RedHat, CentOS, or equivalent, run:

sudo yum remove packagecloud

Clone this wiki locally