postgresql create database data backup code example
Example 1: how to take backup in dbeaver with postgresql
Check
Native client configuration
Example 2: how to backup postgresql database using pg_dump
pg_dump dbname > outfile
Check
Native client configuration
pg_dump dbname > outfile