Skip to content

Commit 1df1cc7

Browse files
authored
Merge pull request ClickHouse#80603 from ClickHouse/fix-backup-restore-docs-remove-all-temporary-tables
Fix docs for backup/restore query
2 parents 26f6ace + bf6ca86 commit 1df1cc7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/en/operations/backup.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ title: 'Backup and Restore'
2323
DATABASE database_name [AS database_name_in_backup]
2424
[EXCEPT TABLES ...] |
2525
TEMPORARY TABLE table_name [AS table_name_in_backup] |
26-
VIEW view_name [AS view_name_in_backup]
27-
ALL TEMPORARY TABLES [EXCEPT ...] |
28-
ALL [EXCEPT ...] } [,...]
26+
VIEW view_name [AS view_name_in_backup] |
27+
ALL [EXCEPT {TABLES|DATABASES}...] } [,...]
2928
[ON CLUSTER 'cluster_name']
3029
TO|FROM File('<path>/<filename>') | Disk('<disk_name>', '<path>/') | S3('<S3 endpoint>/<path>', '<Access key ID>', '<Secret access key>')
3130
[SETTINGS base_backup = File('<path>/<filename>') | Disk(...) | S3('<S3 endpoint>/<path>', '<Access key ID>', '<Secret access key>')]

0 commit comments

Comments
 (0)