Setting up the source and target databases
Print
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
This section provides the steps for setting up the source and target databases.
To set up the source database for offline backup:
-
Back up the source database, as shown:
probkup source-db-name {file name|device name} -
Create a structure file. For example:
prostrct list source-db-name source-db-name.st -
Verify that after-imaging is enabled. If it is not enabled:
-
Create and edit a structure file (source-db-name_
ai.st) to add AI. -
Apply source-db-name_
ai.stto the source database, as shown:prostrct add source-db-name source-db-name_ai.st -
Back up the database, as shown:
probkup source-db-name source-db-backup-name -
Begin AI, as shown:
rfutil source-db-name -C aimage begin
-
Create and edit a structure file (source-db-name_
-
Enable the source database for Replication, as shown:
proutil source-db-name -C enableSiteReplication source -
Perform an incremental backup, as shown:
probkup source-db-name incremental {source-db-incrementalbackup-name | device-name}