add dbgate and mssql

This commit is contained in:
2026-06-22 15:55:41 +03:30
parent 4c2da84795
commit db42baa33e
16 changed files with 632 additions and 20 deletions
+32
View File
@@ -67,6 +67,19 @@ Used by:
---
### Microsoft SQL Server
```text
MSSQL_SA_PASSWORD
```
Used by:
* Microsoft SQL Server 2022 Express
* DbGate's MSSQL connection
---
### OpenProject
```text
@@ -132,6 +145,25 @@ Future use:
---
### DbGate Credential Migration
The running DbGate deployment currently has its login credential in the server-side Compose configuration. Move the password to:
```text
/srv/secrets/company.env
DBGATE_PASSWORD
```
The repository Compose definition already references `DBGATE_PASSWORD` and contains no real password.
Status:
```text
Migration pending
```
---
## Rules
* Never commit secrets to Git.