10.4 Using the pg_dump Command to Take a Backup of the Database

You can use the PostgreSQL pg_dump command to do a full online backup of both Embedded and External database.

Before executing the PostgreSQL pg_dump command, ensure that you update the LD_LIBRARY_PATH variable as shown below:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/novell/zenworks/share/pgsql/lib

 For more information, see pg_dump.