Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

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

Secure Agent Services

Secure Agent Services

Backing up the PostgreSQL database on Linux

Backing up the PostgreSQL database on Linux

Use the script
db_backup.sh
to back up the PostgreSQL database.
To back up the PostgreSQL database, perform the following steps:
  1. Go to
    <Secure Agent installation directory>/apps/process-engine/data/db/util
    .
  2. Run the following command:
    db_backup.sh <dbusername> <dbpassword> <path to backup file along with name of backup file>.dump <dbport>
For example, the Secure Agent creates the backup file
backupfile1.dump
in the location
/home/data/myfolder/
if you run the following command:
db_backup.sh bpeluser bpel "/home/data/myfolder/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!