mirror of
https://github.com/bitwarden/server
synced 2026-01-02 08:33:48 +00:00
sql backups
This commit is contained in:
3
util/MsSql/backup-db.sh
Normal file
3
util/MsSql/backup-db.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P ${SA_PASSWORD} -i /backup-db.sql
|
||||
Reference in New Issue
Block a user