backup database postgresql code example
Example 1: postgres make sql dump
pg_dump -U username dbname > dbexport.pgsql
Example 2: how to take backup in dbeaver with postgresql
Check
Native client configuration
pg_dump -U username dbname > dbexport.pgsql
Check
Native client configuration