Formatting
Dieser Commit ist enthalten in:
Ursprung
9272701e41
Commit
5a820dcb3f
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
|
@ -1,12 +1,14 @@
|
||||||
MySQL is used for SOGo's and most of mailcow's settings.
|
MySQL is used for SOGo's and most of mailcow's settings.
|
||||||
|
|
||||||
### Connect
|
### Connect
|
||||||
|
|
||||||
```
|
```
|
||||||
source mailcow.conf
|
source mailcow.conf
|
||||||
docker-compose exec mysql-mailcow mysql -u${DBUSER} -p${DBPASS} ${DBNAME}
|
docker-compose exec mysql-mailcow mysql -u${DBUSER} -p${DBPASS} ${DBNAME}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Backup
|
### Backup
|
||||||
|
|
||||||
```
|
```
|
||||||
cd /path/to/mailcow-dockerized
|
cd /path/to/mailcow-dockerized
|
||||||
source mailcow.conf
|
source mailcow.conf
|
||||||
|
|
Laden …
In neuem Issue referenzieren