mirror of
https://github.com/bitwarden/server.git
synced 2026-05-31 16:17:04 -05:00
* [deps]: Update dotnet monorepo to v10 * fix up pins causing downgrades --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Derek Nance <dnance@bitwarden.com>
Bitwarden MSSQL Database Migrator Utility
A command-line utility for performing MSSQL database migrations for Bitwarden's self-hosted and cloud deployments.
Overview
The MSSQL Migrator Utility is a specialized tool that leverages the Migrator library to handle MSSQL database migrations. The utility uses DbUp to handle the execution and tracking of database migrations. It runs SQL scripts in order, tracking which scripts have been executed to avoid duplicate runs.
Features
- Command-line interface for executing database migrations
- Integration with DbUp for reliable migration management
- Execution inside or outside of transactions for different application scenarios
- Script execution tracking to prevent duplicate migrations and support retries
See the documentation for usage.