1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-23 03:01:23 +01:00
bitwarden-server/scripts/update-db.ps1
2017-08-21 08:49:44 -04:00

9 lines
217 B
PowerShell

param (
[string]$outputDir = "../."
)
docker run -it --rm --name setup --network container:mssql -v ${outputDir}:/bitwarden bitwarden/setup `
dotnet Setup.dll -update 1 -db 1
echo "Database update complete"