Uninstalling JFrog Artifactory

JFrog Installation & Setup Documentation

Content Type
Installation & Setup
ft:sourceType
Paligo
Linux Archive

Go to the directory where you extracted the installer and delete that directory.

Docker Compose
  1. Navigate to the Application Installer directory (the location where the installation bundle was extracted to) cd jfrog-artifactory-<version>-compose.

  2. Stop the Artifactory containers.

    docker-compose -p rt down
  3. Stop the PostgreSQL container.

    docker-compose -p rt-postgres down
  4. If you need to remove the Docker container trace, use the following commands.

    • For product containers.

      docker rm artifactory
    • For a PostgreSQL container (only if the container was purchased as part of Artifactory compose).

      docker rm postgres
    • For a Nginx container (only if the container was purchased as part of Artifactory compose).

      docker rm nginx

      Note

      The steps above will remove only the containers. You will also need to remove the Docker mount directory from the host machine [default ~/.jfrog/artifactory/var] manually if needed. Make sure you do not remove <MOUNT_PATH>/artifactory/var/data/postgres if you need the third party data persisted.

Manual RPM
  1. Stop Artifactory.

    systemctl stop artifactory.service
  2. Run the RPM uninstall.You must run as a root user.

    yum erase jfrog-artifactory-pro

Note

The above steps will remove only the Application directory. You will need to remove the data directory and application configurations [/var/opt/jfrog/artifactory] manually if required.

Manual Debian
  1. Stop Artifactory.

    systemctl stop artifactory.service
  2. Run the Debian uninstall. You must run as a root user.

    apt remove artifactory.service

Note

The above steps will remove only the Application directory. You will need to remove the data directory and application configurations [/var/opt/jfrog/artifactory] manually if required.