Linux Archive
Go to the directory where you extracted the installer and delete that directory.
Docker Compose
Navigate to the Application Installer directory (the location where the installation bundle was extracted to)
cd jfrog-artifactory-<version>-compose
.Stop the Artifactory containers.
docker-compose -p rt down
Stop the PostgreSQL container.
docker-compose -p rt-postgres down
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
Stop Artifactory.
systemctl stop artifactory.service
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
Stop Artifactory.
systemctl stop artifactory.service
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.