1
0
mirror of https://github.com/bitwarden/server synced 2025-12-15 15:53:59 +00:00

Fix MariaDB support for development (#6420)

- fix volume error when starting Docker container
- fix overlapping indexes of integration test databases
- add ef profile to start all EF containers at once
This commit is contained in:
Thomas Rittson
2025-10-08 06:59:43 +10:00
committed by GitHub
parent 6834cf72ba
commit 474e3f163c
2 changed files with 5 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ Foreach ($item in @(
@($mysql, "MySQL", "MySqlMigrations", "mySql", 2),
# MariaDB shares the MySQL connection string in the server config so they are mutually exclusive in that context.
# However they can still be run independently for integration tests.
@($mariadb, "MariaDB", "MySqlMigrations", "mySql", 3)
@($mariadb, "MariaDB", "MySqlMigrations", "mySql", 4)
)) {
if (!$item[0] -and !$all) {
continue