mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Merge pull request #51039 from ClickHouse/evillique-patch-1
Update backup.md
This commit is contained in:
commit
eec7edda8f
@ -83,6 +83,7 @@ The BACKUP and RESTORE statements take a list of DATABASE and TABLE names, a des
|
|||||||
- [`compression_method`](/docs/en/sql-reference/statements/create/table.md/#column-compression-codecs) and compression_level
|
- [`compression_method`](/docs/en/sql-reference/statements/create/table.md/#column-compression-codecs) and compression_level
|
||||||
- `password` for the file on disk
|
- `password` for the file on disk
|
||||||
- `base_backup`: the destination of the previous backup of this source. For example, `Disk('backups', '1.zip')`
|
- `base_backup`: the destination of the previous backup of this source. For example, `Disk('backups', '1.zip')`
|
||||||
|
- `structure_only`: if enabled, allows to only backup or restore the CREATE statements without the data of tables
|
||||||
|
|
||||||
### Usage examples
|
### Usage examples
|
||||||
|
|
||||||
@ -398,4 +399,4 @@ To disallow concurrent backup/restore, you can use these settings respectively.
|
|||||||
```
|
```
|
||||||
|
|
||||||
The default value for both is true, so by default concurrent backup/restores are allowed.
|
The default value for both is true, so by default concurrent backup/restores are allowed.
|
||||||
When these settings are false on a cluster, only 1 backup/restore is allowed to run on a cluster at a time.
|
When these settings are false on a cluster, only 1 backup/restore is allowed to run on a cluster at a time.
|
||||||
|
Loading…
Reference in New Issue
Block a user