Consultor Eletrônico



Kbase P6439: How to upgrade Progress installation on the same UNIX machine
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Verified

GOAL:

How to upgrade Progress installation on the same UNIX machine

FACT(s) (Environment):

Progress 9.x
UNIX

FIX:

Follow these steps to upgrade Progress on the UNIX machine:
1) Stop all the Progress processes (databases and AdminServer).
2) Truncate the before-image files of all your databases using the old version of Progress.
3) Back up your current $DLC.
4) Copy $DLC/properties/ubroker.properties and $DLC/properties/conmgr.properties to some temporary directory.
5) Remove the $DLC directory and all its subdirectories.
6) Make sure that you have installed the correct version of JVM needed for the new Progress version you are about to install. Look to the Progress Installation and Configuration Guide to find out the required JVM version.
7) Install the new Progress version into the same directory.
8) Put ubroker.properties and conmgr.properties from the temporary directory back into $DLC/properties.
9) Restart all Progress processes.