-
Notifications
You must be signed in to change notification settings - Fork 828
Open
Labels
Description
Please note that security bugs or issues should be reported to security@pgadmin.org.
Describe the bug
The 'Objects' tab in the 'Backup' window does not work properly on pgadmin v9.12, it doesn't backup only the selected tables but all of the tables. (It does work om pgadmin version 9.8 though)
To Reproduce
Steps to reproduce the behavior:
- Go to any database or schema and choose the backup option, then use the 'Objects' tab to deselect some of the tables
- Click on backup and then view process and check if the tables you excluded are included anyways
- If they are it means that you just found the bug
Expected behavior
The excluded tables should not be included
Screenshots
> table 'sdb' not included
> the process still includes the table 'sdb'
Desktop (please complete the following information):
- OS: Windows 11
- pgAdmin version: 9.12
- Mode: Desktop
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🏗 In Progress