Table of Contents

Search

  1. Preface
  2. Secure Agent services
  3. API Microgateway Service
  4. CMI Streaming Agent
  5. Common Integration Components
  6. Database Ingestion service
  7. Data Integration Server
  8. Elastic Server
  9. File Integration Service
  10. GitRepoConnectApp
  11. IDMC Data Gateway Service
  12. Mass Ingestion (Files)
  13. Metadata Foundation Application
  14. Metadata Platform Service
  15. Process Server
  16. SecretManagerApp
  17. Configuring Secure Agent service properties

Secure Agent Services

Secure Agent Services

Restoring the PostgreSQL database on Windows

Restoring the PostgreSQL database on Windows

Use the command
db_restore.bat
to restore the PostgreSQL database from a backup file.
To restore the PostgreSQL database file from a backup file, perform the following steps:
  1. Go to
    <Secure Agent installation directory>\apps\process-engine\data\db\util
    .
  2. Run the following command:
    db_restore.bat <dbusername> <dbpassword> <path to dump file> <dbport>
For example, you use the file
BackupFile1.dump
to restore the PostgreSQL database if you run the following command:
db_restore.bat bpeluser bpel "C:\postgre\backup\BackupFile1.dump" 6432
The dbport argument is optional. Specify the dbport argument if you use a port that is different from the default port, 5432.

0 COMMENTS

We’d like to hear from you!