How to Restore an OpenEdge Database from Backup

How To Restore OpenEdge DB From Backup

 

1. Take the progress openedge backup from source by using below command

Offline backup:

  • Stop the db
  • Run the proenv
  • Navigate to db path
  • Run probkup gfa gfa date bak

Online Backup:

  • Run the proeny
  • Navigate to db path
  • Run probkup online gfa gfa date bak

 

2. Copy the backup file into the destination db server.

 

3. Login to Destination db and Restore the progress open edge db from source

backup

  • Stop the OpenEdge db service.
  • Run the proenv
  • Navigate to db path
  • Run prorest gfa gfa_06102025.bak
  • Restart the database once the restore is completed.