makinacorpus / DbToolsBundle

A Symfony bundle to backup, restore and anonymize your data
https://dbtoolsbundle.readthedocs.io
MIT License
179 stars 12 forks source link

Add backup and restore for SQL Server #61

Open pounard opened 9 months ago

pounard commented 9 months ago

SQL Server only implement anonymizers until now.

SimonMellerin commented 8 months ago

It seems there is no easy way to do this.

We can use sqlcmd (the CLI for SQL server) to backup a database, but this utility could only create a backup file on the database server. It does not allow to download the backup on the machine running the CLI.