Backing up the PostgreSQL database is performed by either using the pgAdmin tool or the command line tool pg_dump.exe.
A detailed explanation of the procedure using the pgAdmin tool follows as well as a short example of pg_dump.exe usage. The following steps illustrate the step-by-step process of performing a backup of a PostgreSQL database schema cm_01.
Note
6. Start the Apache Tomcat Services and Scala Transmission Server Service.
2 Using Command Line
pg_dump --format=custom --compress=5
-U postgres -W cm_01 > C:\tmp\backup\db.backup