Create the OpenEdge Replication target database
Print
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Use the following steps to create the OpenEdge Replication target database.
- Move or copy the source backup file and the incremental backup file from the source database machine to the target database machine.
-
Copy the structure file (source-db-name.st)
from the source database to the target machine.
This structure file lists the physical structure of the source database. If the physical structure of your target database is different (for example, there are different drives, slices, or directories) you must edit the structure file for the target database to accurately describe the physical structure of the target database.
-
If the source database is encrypted, copy the source
database key store (source-db-name
.ks) to the target database directory and rename it with the name of the target database (target-db-name.ks).The source database keystore was created when you enabled transparent data encryption on the source database.
-
Restore the backup copy of the source database to the target
machine.
The syntax follows:
prorest target-db-name source-db-backup-nameYou can use command options to improve restore performance. For more information and command options, see PROREST utility.
-
If the source database was backed up offline, restore
the source database's incremental backup on the target machine.
For example:
prorest target-db-name {source-db-incrementalbackup-name|device-name} -
Enable the target database for OpenEdge Replication.
The syntax follows:
proutil target-db-name -C enableSiteReplication target