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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user