docker-db-backup icon indicating copy to clipboard operation
docker-db-backup copied to clipboard

MSSQL backup via SqlPackage

Open mitchellston opened this issue 4 months ago • 0 comments


name: MSSQL backup via SqlPackage about: Use SqlPackage Extract and Publish actions to backup and restore the MSSQL database.


Description of the feature Instead of sharing a volume between containers (which is not always possible), we should use SqlPackage Extract and Publish actions to backup and restore the MSSQL database.

Benefits of feature As mentioned above, using SqlPackage eliminates the need to share a volume between the database and the backup container, resulting in a much cleaner solution. It also handles scenarios where the MSSQL database is hosted on a server outside the cluster and direct connections are not possible.

Additional context Implementation: https://github.com/tiredofit/docker-db-backup/pull/426

mitchellston avatar Aug 26 '25 09:08 mitchellston