PostgreSQL – Backing Up and Restoring a Database Using pg_dump and pg_restore

There are 2 types of backups in PostgreSQL:

  1. Logical
  2. Physical

Logical backups in PostgreSQL can be taken using pg_dump. A backup taken using pg_dump can exist in both a text file (human-readable script file) format or a custom format. Read More

Knowledge worth sharing...Share on linkedin
Linkedin
Share on facebook
Facebook
Share on google
Google
Share on twitter
Twitter