nvdweem / intellij-sqlserver-backup-restore

Plugin for Intellij that allows backing up and restoring databases in SQL Server
MIT License
12 stars 3 forks source link

intellij-sqlserver-backup-restore

Plugin on Jetbrains website

A plugin that allows creating backups and restoring them from the DataGrip context for Microsoft SQLServer databases.

The plugin built for my own personal use case which means that it will work for databases that are connected through an SSH tunnel. It supports downloading backups from the remote server to the local machine without using xp_cmdshell command.

Features:

Note: AWS and probably also Azure don't seem to support file based backing up and are not supported by this plugin.

Docker mssql for Linux testing

/mnt/user/temp
docker run -it --rm -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=mypass1!" -p 1433:1433 -v /mnt/user/temp:/opt/backups mcr.microsoft.com/mssql/server:2019-latest