add dbgate and mssql
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user