mirror of
https://github.com/bitwarden/server
synced 2025-12-11 05:43:35 +00:00
4 lines
94 B
Bash
4 lines
94 B
Bash
#!/bin/sh
|
|
|
|
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P ${SA_PASSWORD} -i /backup-db.sql
|