1
0
mirror of https://github.com/bitwarden/server synced 2025-12-10 13:23:27 +00:00
Files
server/scripts/update-db.ps1
Kyle Spearrin 74415b9955 script updates
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"