Setting up the source database with deferred agent startup for online backup
Print
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Setting up the source database with deferred agent startup for online backup
Use the following steps to set up the source database with deferred agent startup for online backup:
-
Create a structure file. For example:
prostrct list source-db-name source-db-name.st -
Verify that after-imaging is enabled. If AI 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 Replication, as shown:
proutil source-db-name -C enableSiteReplication source -
Back up the database, as shown:
probkup online source-db-name source-db-backup-name -REPLTargetCreation -
Set
defer-agent-startupin the server properties file, as shown:[server] control-agents=agent-name database=source-db-name transition=manual transition-timeout=1200 defer-agent-startup=1400 -
Restart the source database, as shown (note that
-DBServiceis case-sensitive):PROSERVE -db source-db-name -DBService replserv -S {port|service name }