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