Pedro Coelho
Pedro Coelho

Reputation: 1617

How to create a database backup in DBeaver and restore it?

I need to create a SQL server database backup in DBeaver and restore it. Is that possible?

Using SQL Management Studio would not be a turnaround solution in this case, as we are not allowed to use it here.

Upvotes: 15

Views: 36982

Answers (1)

manuna
manuna

Reputation: 861

According to DBeaver documentation:

DBeaver supports native database backup/restore functions for following databases:

PostgreSQL
MySQL

So it looks like currently DBeaver (as of version 7.3) does not support this featire for SQL Server.

DBeaver Backup/Resore documentation

Upvotes: 7

Related Questions