Remove a fix pack from a Liberty profile archive installation
If we installed the Liberty profile using the self-extracting archive, we can uninstall a fix pack from the Liberty profile runtime environment in a given location by migrating any user data and server configurations to the previous Liberty profile runtime environment in a different location, and deleting the fix pack runtime environment.
- Stop all servers running on the system.
- <liberty_VX>/bin/server stop <server_name>
- Migrate any user data and server configurations. For more information see the Migrate any user data and server configurations step in the installation task.
- Delete the fix pack runtime environment.
- Start the servers.
- <liberty_VX->/bin/server start <server_name>
Parent topic:Apply a fix pack to a Liberty profile archive installation
Tasks:
Apply a fix pack to a Liberty profile archive installation