Skip to content

Build clickhouse-backup from sources as non-privileged user #399

Closed Answered by Slach
rkzell asked this question in Q&A
Discussion options

You must be logged in to vote

. Where is clickhouse-backup getting the path from?

SELECT * FROM system.disks

I have not found an appropriate variable in the config. Which one should I use?

Did you read https://github.com/AlexAkulov/clickhouse-backup/blob/master/ReadMe.md#default-config?
You can define environment variable CLICKHOUSE_DISK_MAPPING=default:/local0/data/clickhouse

or define it in config

clickhouse:
  disk_mapping:
    default: /local0/data/clickhouse

use it only if you need different disk mapping

Replies: 5 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@rkzell
Comment options

Comment options

You must be logged in to vote
1 reply
@rkzell
Comment options

Comment options

You must be logged in to vote
1 reply
@rkzell
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@rkzell
Comment options

Answer selected by rkzell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants