WAS v8.5 > Install and configuring the application serving environment > Install the Liberty profile > Apply a fix pack to a Liberty profile archive installRemove a fix pack from a Liberty profile archive install
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 <worklightServer>
- 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 <worklightServer>
Parent topic: Apply a fix pack to a Liberty profile archive install
Related
Apply a fix pack to a Liberty profile archive install
|