Formatting
Dieser Commit ist enthalten in:
Ursprung
70fd59ec11
Commit
1bd5906d51
1 geänderte Dateien mit 4 neuen und 3 gelöschten Zeilen
|
@ -61,9 +61,10 @@ mysqldump --replace --no-create-info --default-character-set=utf8mb4 \
|
||||||
alias alias_domain domain domain_admins mailbox quota2 sender_acl > backup_mailcow.sql
|
alias alias_domain domain domain_admins mailbox quota2 sender_acl > backup_mailcow.sql
|
||||||
```
|
```
|
||||||
|
|
||||||
- **--replace**: Write `REPLACE` statements rather than `INSERT` statements
|
!!! Info
|
||||||
- **--no-create-info**: Don't write `CREATE TABLE` statements.
|
**--replace**: Write `REPLACE` statements rather than `INSERT` statements
|
||||||
- **--default-character-set** make sure our exported default charset is *utf8mb4*.
|
**--no-create-info**: Don't write `CREATE TABLE` statements.
|
||||||
|
**--default-character-set** make sure our exported default charset is *utf8mb4*.
|
||||||
|
|
||||||
|
|
||||||
## Prepare mailcow: dockerized
|
## Prepare mailcow: dockerized
|
||||||
|
|
Laden …
In neuem Issue referenzieren