Consultor Eletrônico



Kbase P118468: How to migrate a version 10.0x database to 10.1X
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/3/2010
Status: Verified

GOAL:

How to migrate a version 10.0x database to 10.1X

GOAL:

How to migrate a version 10.1x database to 10.2X

GOAL:

How to migrate a version 10.0X database to 10.1B

GOAL:

How to convert a version 10.0X database to 10.1A

GOAL:

How to convert a version 10.0X database to 10.1B

GOAL:

Do I have to dump and load when upgrading the database from 10.0B to 10.1A

GOAL:

Do I have to dump and load when upgrading the database from 10.0B to 10.1B

FACT(s) (Environment):

OpenEdge 10.0x
OpenEdge 10.1x
OpenEdge 10.2x
All Supported Operating Systems

FIX:

When upgrading the database from 10.0X to 10.1A/10.1B perform the following steps:

1. Shutdown the database.

Command syntax: proshut <dbname> or dbman -db <dbname> -stop
1a. (If migrating to 10.1B+) Disable AI on your database (If currently being used as part of your database backup/recovery mechanism. Back the full ai files prior to disabling after imaging.)
Command to disable AI is:
rfutil dbname -C aimage end
2. Backup the database with probkup command or Operating System utility.
3. Truncate the BI file.

Command syntax: proutil <dbname> -C truncate bi
4. Uninstall 10.0B (This is optional. You only need to Uninstall 10.0B if the intent is to install 10.1X in that same directory/location).

5. Install the 10.1A/10.1B
6. Installation of Service Pack needs to be done separately upon completion of a successful 10.1A / 10.1B installation.
7. (10.1B+) Enable AI on your database (If this is a requirement for your database backup/recovery mechanism).
P103761, "Using After Image Explained"

8. Start database under the new Version.
Command syntax: proserve <dbname> startup parameters
or
dbman -db <dbname> -start