Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 602
Pedro Coelho Avatar asked Nov 16 '22 11:11

Pedro Coelho


1 Answers

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

like image 71
manuna Avatar answered Dec 28 '22 08:12

manuna