13

In pgAdmin 3, the dialog to perform a backup allowed you to check and un-check the tables you wanted to be part of your backup.

In pgAdmin 4, either I am unable to find this feature, or it is not there.

Is there any method of backing up only a selection of tables in pgAdmin 4?

mg1075
  • 755
  • 3
  • 12
  • 22

1 Answers1

2

You can backup a single table, a schema, or a complete database. Choose the database object which contains all tables. Right click> Backup. In the backup dialog, choose Table Options tab. There is a field Exclude table data. Then enter unwanted table names (maybe pattern).

enter image description here

Reference: Backup Dialog