Kbase P62802: One way to move a database from one machine to another on the same platform.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/20/2008 |
|
Status: Verified
GOAL:
One way to move a database from one machine to another on the same platform.
GOAL:
How to restore a DB from another machine on the same platform.
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.x
Progress 9.x
Progress 8.x
FIX:
1) Back up all the database files prior to making the move.
2) Stop the database that needs to be copied.
3) Run
proutil dbname -C truncate bi.
4) Run
probkup dbname dbname.bak
5) Copy the dbname.bak file to the new location.
6) Copy the dbname.st file to the new location.
7) Edit the .st file to reflect the new location expected for the files.
8) Run
prorest dbname dbname.bak