Remove a previous installation - Alfresco Content Services - 23.4 - 23.4 - Ready - Alfresco - external

Alfresco Content Services

Platform
Alfresco
Product
Alfresco Content Services
Release
23.4
License

What needs to be removed from a system depends on your inventory configuration. The steps below presume:

  • A localhost or single machine installation, meaning all roles were run on the same machine.
  • Deployment of ansible artifacts by using platform-cleanup.yml playbook and platform-uninstall.yml playbook respectively.
  • Cleanup and uninstall of Content Services.

Below are the services, packages & folders we are removing when uninstalling.

  1. Stop and remove the following systemd services:
    1. alfresco-transform-router.service
    2. alfresco-shared-fs.service
    3. alfresco-tengine-aio.service
    4. alfresco-sync.service
    5. alfresco-search.service
    6. alfresco-content.service
    7. nginx.service
    8. activemq.service
    9. postgres-version.service (where version is 13 for Content Services 7.x and 14 for Content Services 7.3 or 7.4)
  2. Remove the following yum packages:
    1. ImageMagick
    2. libreoffice
    3. nginx
    4. postgresql
  3. Remove the following folders:
    1. /opt/apache-activemq-version
    2. /opt/apache-tomcat-version
    3. /opt/libreofficeversion
    4. /opt/openjdk-version
    5. /opt/alfresco
    6. /etc/opt/alfresco
    7. /var/opt/alfresco
    8. /var/log/alfresco
    9. /tmp/ansible_artefacts
    10. /tmp/Alfresco

In order to uninstall this from the hosts run the following command:pipenv run ansible-playbook playbooks/platform-uninstall.yml -i inventory_ssh.yml