Salesforce

How to take a backup when the database is online or offline?

« Go Back

Information

 
TitleHow to take a backup when the database is online or offline?
URL NameHow-to-take-a-backup-when-the-database-is-online-or-offline
Article Number000168971
EnvironmentProduct: Progress
Version: 8.x, 9.x
Product: OpenEdge
Version: All supported versions
OS: All supported platforms
Other: probkup
Question/Problem Description
How to take a Progress backup of a database while the database is online or offline?
How to take an online OpenEdge backup of a database?
What is the probkup command?
How to take a Progress backup of a database using the probkup command?
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
The probkup command can be used to take a backup of a database while the database is on-line or off-line.

To take an on-line backup of a database the command is:
 
probkup online <dbname> <backup-file-name>

Example:  
probkup online sports2000 sports2000.bak

To take an off-line backup of a database the command is:
 
probkup <dbname> <backup-file-name>

Example:  
probkup sports2000 sports2000.bak
 
For information regarding what happens internally when an on-line backup is running, see article:   What happens during an online backup of the database?
Workaround
Notes

References to Other Documentation:
Progress Article(s):
 Considerations when upgrading from OpenEdge 11 to a later OpenEdge 11 version.
 
Keyword Phrase
Last Modified Date11/20/2020 7:29 AM

Powered by