- Remove the Composer server and associated microservices
- Remove Composer-related folders and files
- Remove the PostgreSQL metadata store used by Composer
Note: If you connected Composer to an existing PostgreSQL in your network, then skip these steps.
Uninstall Composer Server and All Associated Components
Select your server’s operating system and follow those steps to completely remove all Composer-related components:In CentOS Environments
- Stop all Composer microservices:
- Remove Composer and associated components:
- Verify the removal of Composer components by running the following command. If all components have been successfully erased, the command returns no results.
- Remove all the Composer-specific folders:
- Remove the PostgreSQL metadata store:
- Remove the following PostgreSQL-related file:
- Remove the directories related to PostgreSQL:
In Ubuntu 18, 20, or 22 Environments
- Stop all Composer microservices:
- Remove Composer and associated components:
- Verify the removal of Composer components by running the following command. If all components have been successfully erased, the command returns no results.
- Remove all the Composer-specific folders:
- Remove the PostgreSQL metadata store:
- Remove the following PostgreSQL-related file:
- Remove the directories related to PostgreSQL:
In Windows Environments
- Stop all Composer microservices:
- Create a binary PostgreSQL dump of Composer metadata to the
<install-path>/data/backups/
folder:
- Remove Composer components by running the following command.