Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL database dump with --force option still stops on errors #32374

Open
maxiride opened this issue May 14, 2024 · 1 comment
Open

MySQL database dump with --force option still stops on errors #32374

maxiride opened this issue May 14, 2024 · 1 comment

Comments

@maxiride
Copy link

Description

When executing a dump task of multiple databases and specifying the --force option in the extra commands field, the database dump process dumps databases one by one. When an error occurs, the dump of the current databases proceeds as expected with the --force option, but dbeaver does not proceed to dump the next database and stops.

The expected behaviour would be to proceed dumping the rest of the selected databases, it's like if mysql correctly applies the --force option but then DBeaver seeing an error in the log stops not "acknowledging" that the error was intentionally ignored.

DBeaver Version

Community 23.3.0.202312ecc

Operating System

Windows 10

Database and driver

Database MySQL 8
Driver: default from DBeaver wizard

Steps to reproduce

  1. Right click a database and select Tools -> Dump database
    image
  2. Select multiple databases
    image
  3. Specify the --force option
    image
  4. Observe that databases are dumped in alphabetical order, when a table\view with an error arise the error is logged and the current database dump completes.
  5. DBeaver stops processing the dump task of the remaining databases. The expected behaviour would be to proceed.

Additional context

No response

@E1izabeth
Copy link
Member

E1izabeth commented May 14, 2024

Thank you for bug report. I reproduces the issue on db1 (MariaDB) with Elizabeth database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants