Skip to content

Commit b268973

Browse files
committed
added attention to readme
1 parent 470fc6b commit b268973

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ReadMe.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,13 @@ s3:
112112
compression_format: lz4 # S3_COMPRESSION_FORMAT
113113
```
114114
115+
## ATTENTION!
116+
117+
Never change files permissions in `/var/lib/clickhouse/backup`.
118+
This path contains hard links. Permissions on all hard links to the same data on disk are always identical.
119+
That means that if you change the permissions/owner/attributes on a hard link in backup path, permissions on files with which ClickHouse works will be changed too.
120+
That might lead to data corruption.
121+
115122
## Examples
116123

117124
### Simple cron script for daily backup and uploading

0 commit comments

Comments
 (0)