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

Docker image for periodic backups from a Microsoft SQL Server container

Results 6 docker-mssql-backup issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello everyone, could you please help me with the error 5, which I'm getting when backup is trying to create? Backup started at 2022-08-19 01:00:01 Backup database $$$ to /backup/202208190100/202208190100.$$$.bak...

When enabling SMTP I've receive the following error in the log: mail: Null message body; hope that's ok The mail is sent by the user "mail from" and sent to...

First of all, thanks for the amazing work done with the image. ### Abstract The problem encountered is that if a password with either `@` or `$` or both is...

Does anyone successfully run this docker-image in Kubernetes as a deployment using persistent volume claim (PVC) for backup-storage?

Question
help wanted

I am trying to establish a schedule running every 2 hours during the workweek: ``` backup: image: bbtsoftwareag/mssql-backup:0.6.1 depends_on: - sql.data environment: - TZ=UTC+1 - DB_SERVER=sqlsrv - DB_USER=SA - DB_PASSWORD=sompwd...

I've added the backup to my mssql container but I am having trouble getting the backup to initiate. Here is my docker compose file: ```yaml version: "3.3" services: server: environment:...