Migration between OE 11 and OE 11.1 on Linux

Cecil

19+ years progress programming and still learning.
Hi

Can I use mergeprop command line tool to backup my current configuration to then be restored into the new environment.

I've tried using the command but it's not making much sense or am I misunderstanding what the command it intended for.
 

cj_brandt

Active Member
The recommended way to upgrade an older ubroker.properties file to a newer version is:
1. Save a copy of the old ubroker.properties file
2. Rename the current ubroker.properties file
3. Copy the ubroker.properties file from the older version in
4. Stop and restart the AdminServer to upgrade the ubroker.properties file.
 

Cecil

19+ years progress programming and still learning.
The recommended way to upgrade an older ubroker.properties file to a newer version is:
1. Save a copy of the old ubroker.properties file
2. Rename the current ubroker.properties file
3. Copy the ubroker.properties file from the older version in
4. Stop and restart the AdminServer to upgrade the ubroker.properties file.

Thanks for that. I use to do that. But usally get errors about incorrect version "This is the incorrect version of progress... blah blah" and the other error is about UUID errors. However I try again the above solution.

Thanks.
 

RealHeavyDude

Well-Known Member
Usually I do it the same way except that I create new UUIDs for which Progress provides the genuuid utility that you can run from proenv. I never used mergeprops.

Heavy Regards, RealHeavyDude.
 
Top